Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 codespace

I 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)