Skip to content

davila7/talk-to-gpt-3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Talk to GPT-3 🤖

Use OpenAI Whisper and text-davinci-003 to talk to an artificial intelligence

Running Locally

  1. Clone the repository
git clone https://github.com/davila7/talk-to-gpt-3
cd talk-to-gpt-3
  1. Install dependencies

These dependencies are required to install with the requirements.txt file:

  • pytest
  • openai
  • pyttsx3
  • SpeechRecognition
  • pyaudio
  • openai whisper
pip install -r requirements.txt
  1. Run
python app.py

About

Whisper + OpenAI + Speech Recognition

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages