davila7 / talk-to-gpt-3

Whisper + OpenAI + Speech Recognition

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Python 100.0%