You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a Python program that can talk to you! It uses the GPT-3 technology to generate responses to your questions. You can ask it anything you want, and it will try to give you a good answer.
How does it work?
The program listens to your voice via your computer's microphone, converts what you say to text using SpeechRecognition, sends the text to GPT-3 to generate a response, and uses pyttsx3 to speak the response aloud.
How do I use it?
First, you need to download the exe file provided dist\OpenSpeak.exe.
You'll need to enter an API key to use GPT-3. The script will prompt you to enter it. You can create or view your API on OpenAI.
Once you've entered your API key, the program will start running. It will prompt you to speak your question.
Say your question out loud, and the it will try to answer it.
The program will speak the answer out loud.
If you want to stop using the program and Quit, just say "quit" or "exit" when it prompts you to speak your question.
Important note
This program might not always work perfectly. If it doesn't understand you, or if it gives you a weird answer, don't worry! Just try asking your question again, or try a different question.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
OpenSpeak - A Voice-Enabled GPT-3 Chatbot
How does it work?
The program listens to your voice via your computer's microphone, converts what you say to text using SpeechRecognition, sends the text to GPT-3 to generate a response, and uses pyttsx3 to speak the response aloud.
How do I use it?
dist\OpenSpeak.exe
.Important note
This program might not always work perfectly. If it doesn't understand you, or if it gives you a weird answer, don't worry! Just try asking your question again, or try a different question.
Download
This discussion was created from the release OpenSpeak_v2023.03.24.
Beta Was this translation helpful? Give feedback.
All reactions