https://github.com/zalo/openai-voice
A simple proof of concept for voice-to-voice interaction.
https://github.com/zalo/openai-voice
gpt-3 openai-api text-to-speech voice-recognition
Last synced: about 1 year ago
JSON representation
A simple proof of concept for voice-to-voice interaction.
- Host: GitHub
- URL: https://github.com/zalo/openai-voice
- Owner: zalo
- License: mit
- Created: 2020-07-17T08:51:20.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-17T08:58:27.000Z (almost 6 years ago)
- Last Synced: 2025-03-25T21:11:14.164Z (over 1 year ago)
- Topics: gpt-3, openai-api, text-to-speech, voice-recognition
- Language: JavaScript
- Homepage: https://zalo.github.io/OpenAI-Voice/
- Size: 5.86 KB
- Stars: 7
- Watchers: 3
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenAI API Voice Interface
### You need an OpenAI API Key to run this example!
This is a simple little voice to voice example app for the OpenAI API. Simply paste your secret key into the URL field, click through the alert (user interaction is necessary to activate voice synthesis), and enable your microphone. This has only been tested on Windows in Chrome 83 and is unlikely to work in other browsers.
This example only depends on [sse.js](https://github.com/mpetazzoni/sse.js) to POST authorization credentials through an EventSource.
This is not meant to serve as an example for how to use the API; it was put together very quickly as a proof of concept. More work will be needed to ensure robustness, improve compatibility with other browsers, and to improve the back and forth time in conversations.
The best thing to ask it is to "Tell me a story (complete)".