# talkGPT ## Installation ```bash chmod +x ./install.sh ./install.sh ``` ## Dependentcies * [OpenAI API wrapper](https://beta.openai.com/docs/api-reference/introduction) * [PyAudio](https://people.csail.mit.edu/hubert/pyaudio/) * [SpeechRecognition](https://github.com/Uberi/speech_recognition) * [openai-whisper](https://github.com/openai/whisper) ## How to use ```sh export OPENAI_API_KEY=xxxxxxxxx python main.py ``` ## License * MIT License