Skip to content

React Native application based on Open AI integration (speech to text and image generation)

Notifications You must be signed in to change notification settings

joblesspoet/react-native-openai-speech-totext

Repository files navigation

Speech To Text

Welcome to Speech To Text! This guide will walk you through setting up and getting started with the app. Make sure you have the required environment and dependencies in place to smoothly run the application.

Getting Started

Before you dive into using Speech To Text, follow the steps below to ensure a seamless setup:

  1. React Native Environment Setup: If you haven't already, make sure you've completed the React Native Environment Setup instructions. This will ensure you have the necessary tools and dependencies to work with React Native.

  2. Installation: To get started, clone this repository to your local machine and navigate to the project directory:

    git clone https://github.com/joblesspoet/react-native-openai-speech-totext.git
    cd react-native-openai-speech-totext

Dependencies

Your Application Name relies on the following components:

  • React Native Voice: This package empowers the application with voice-to-text functionality, allowing users to convert spoken words into written text.

  • OpenAI: The application harnesses the capabilities of OpenAI for advanced text chat completion and image generation. To unlock these features, you'll need an OpenAI API Key.

OpenAI API Key

To enable text chat completion and image generation functionalities, you'll need to obtain an OpenAI API Key. If you haven't already, sign up at OpenAI to acquire your API Key. Once obtained, you can seamlessly integrate these capabilities into your application.

Compatibility

Your Application Name has undergone rigorous testing on the Android platform, ensuring a smooth and robust experience. It's important to note that while the Android setup is straightforward, configuring the React Native Voice package for iOS might require additional steps. Rest assured, the provided instructions will guide you through any platform-specific configuration requirements.

Get Started

Feel free to delve into the application, experiment with its features, and customize it to your preferences. We're thrilled to welcome you aboard and eagerly anticipate your contributions and valuable feedback.

Screen Shots

Screenshot Screenshot Screenshot Screenshot

Step 1: Start the Metro Server

First, you will need to start Metro, the JavaScript bundler that ships with React Native.

To start Metro, run the following command from the root of your React Native project:

# using npm
npm start

# OR using Yarn
yarn start

Step 2: Start your Application

Let Metro Bundler run in its own terminal. Open a new terminal from the root of your React Native project. Run the following command to start your Android or iOS app:

For Android

# using npm
npm run android

# OR using Yarn
yarn android

For iOS

# using npm
npm run ios

# OR using Yarn
yarn ios

Troubleshooting

If you can't get this to work, see the Troubleshooting page.

Learn More

To learn more about React Native, take a look at the following resources:

About

React Native application based on Open AI integration (speech to text and image generation)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published