Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chenyukang/talkgpt
An simple Python program that help you talk with ChatGPT, practice Spoken English ...
https://github.com/chenyukang/talkgpt
Last synced: 7 days ago
JSON representation
An simple Python program that help you talk with ChatGPT, practice Spoken English ...
- Host: GitHub
- URL: https://github.com/chenyukang/talkgpt
- Owner: chenyukang
- Created: 2023-03-07T15:58:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-03-16T14:27:00.000Z (over 1 year ago)
- Last Synced: 2024-10-13T13:39:14.478Z (21 days ago)
- Language: Python
- Size: 7.81 KB
- Stars: 94
- Watchers: 4
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ChatGPT-repositories - talkGPT - An simple Python program that help you talk with ChatGPT, practice Spoken English ... (Others)
README
# 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