This is a simple Web Application that interacts with users interprets voice input from users, converts voice input to text, sends the text to OpenAI and receives responses generated by Open AI, converts the GPT response back into spoken word, and fed back into the web application.
Deployed Link: https://gpt-audio-web-app-blond.vercel.app/
Backend deployed using Cyclic: https://lazy-erin-reindeer-tux.cyclic.app/
How to:
- Click on the Start button and Start speaking
- Your speech will be shown in the web app
- Response based on your speech will be returned using Open AI API and rendered and speech-enabled as well
If you feel to work on this:
- Clone this repository
- npm i to install all the dependencies
- Create an account in Open AI for API key
- All set, you can run this application