Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rajuptvs/Whisper-GPT
This is a small project that enables user to chat with GPT using voice, through OpenAI's whisper
https://github.com/rajuptvs/Whisper-GPT
Last synced: 9 days ago
JSON representation
This is a small project that enables user to chat with GPT using voice, through OpenAI's whisper
- Host: GitHub
- URL: https://github.com/rajuptvs/Whisper-GPT
- Owner: rajuptvs
- Created: 2022-12-11T07:08:09.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-04T19:28:59.000Z (over 1 year ago)
- Last Synced: 2024-08-01T13:37:16.433Z (3 months ago)
- Language: Python
- Size: 13.7 KB
- Stars: 72
- Watchers: 5
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Whisper-GPT
This is a program built to build a closed loop where, user can chat with chatgpt using voice using OpenAI's whisper## Setup:
1) use requirements.txt file to install dependencies
2) Enter your OpenAI credentials in `testgpt.py`
![image](https://user-images.githubusercontent.com/48201939/206890929-4f77219f-7089-454b-bceb-eb04c3afef42.png)
3) ` Use the below steps `
* First upgrade the revchat gpt
`pip3 install revChatGPT==0.0.a42`
* Then change the config as below to enter your session token
- `This requires chrome browser`
* Please find the detailed steps to obtain the tokens here
- [Instructions](https://github.com/acheong08/ChatGPT/wiki/Setup)
![image](https://user-images.githubusercontent.com/48201939/207210973-dba7f6be-7296-406d-84b9-c6078081aab4.png)
## Code Run:
1) Run the code from `speakwithchatGPT.py`
![image](https://user-images.githubusercontent.com/48201939/206890429-a6583e75-8a83-462b-a529-79d76ae48161.png)
2) Choose the option
![image](https://user-images.githubusercontent.com/48201939/206890476-0e8d5671-5139-498b-b9b8-3202792f1eff.png)## To-Do's
- [ ] Add option for T.T.S. probably pyttsx3
- [ ] Create an executable file, for easy sharing
- [ ] Take yes/no through voice for continued response
- [ ] Clean up the codespaceI would like to thank the brilliant work from OpenAI and also [acheong08](https://github.com/acheong08), without whose work this would have been impossible
1) [Whisper](https://github.com/openai/whisper)
2) [revChatGPT](https://github.com/acheong08/ChatGPT)## Star History
[![Star History Chart](https://api.star-history.com/svg?repos=rajuptvs/Whisper-GPT&type=Date)](https://star-history.com/#rajuptvs/Whisper-GPT&Date)