Skip to content

React Native app that uses ChatGPT and DALL-E APIs with speech-to-text and text-to-speech.

Notifications You must be signed in to change notification settings

marcelohcortez/assistant-app

Repository files navigation

Assistant App

React Native app that uses ChatGPT and DALL-E APIs with speech-to-text and text-to-speech.

The app is fully functional and responsive.

Tech & 3rd party used in the project:

Get API KEY:

  • Go to https://openai.com
  • Create a new account and get your api key
  • Inside the main folder, create a file callend: '.env'
  • Add the api key in the .env file, like this:
  REACT_APP_OPENAI_KEY=YOUR_KEY_HERE

How to run the project:

  • Clone the repository
  • In the main folder, run
  npm install

If you are using iOS, build Pod file

  cd ios
  pod install
  • Start Metro with
  npm start

MIT License GPLv3 License AGPL License