Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 ...

Awesome Lists containing this project

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