Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Allows you to have an engaging and safely emotive spoken / CLI conversation with the AI ChatGPT / GPT-4 while giving you the option to let it remember things discussed.
| Date | Stars |
|---|---|
| 2026-07-24 | 302 |
| 2026-07-25 | 302 |
| 2026-07-28 | 302 |
| 2026-07-30 | 302 |
| 2026-08-06 | 302 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
***For a similar version for your Android smartwatch, see my other repo [GPT-Assistants-Interlink](https://github.com/Adri6336/GPT-Assistants-Interlink). This project takes advantage of OpenAI's assistants API.***
# gpt-voice-conversation-chatbot (GPT-VCC) (formerly GPT3-STTC)
(Made for old completion engine and retrofitted for ChatGPT. Not as good as modern stuff. Keep looking.)
This is a bot that allows you to have an engaging and safely emotive spoken conversation with ChatGPT or GPT-4 using your microphone. If you'd prefer to type rather than speak, you can also converse with the bot via the terminal.
The tool uses a modified GPT chat preset, handles keeping track of the conversation, and uses ChatGPT's API by default. You can tell GPT something and it will remember what you said for the session and you can also have the bot develop a memory of you over time if you'd like. Despite limitations based on GPT's max token count, GPT-VCC should still be able to converse with you for as long as you'd like without losing awareness about what you've talked about. In order to use this tool, you will need a valid OpenAI API key.
The bot requires OpenAI's moderation and GPT APIs to be working properly without too much latency. You can find the status here: https://status.openai.com/
The releases should be stable, as far as previous testing goes, but will not have all of the newest features. If you would like to have all the features as listed here, clone the repository and run 'git pull' every now and then. This will get you the newest features and bug fixes as they come, but it could be unstable.

<sup>(Note: wiseTech is the name my bot instance chose for itself)</sup>
# Installing
First off, you'll need an OpenAI API key. You can create an account to get an API key here: https://openai.com/api/ .
Once you sign in, press on the circle next to the text "Personal" in the upper right corner. Then press "View API keys".
Press "Create new secret key", then save that key. That's the key you'll need to run GPT-VCC. Paste it in the keys txt file included in the following way:
OpenAI_Key={paste here without brackets}
Go to the "Billing" tab towards the left of the screen. Start a payment plan when you run out of free credit to keep using GPT-VCC.
### Windows
1. Download Python at https://www.python.org/
2. Download this repo either via the releases, git cloning the repo, or pressing the code button towards the upper right and pressing "Download ZIP".
3. Extract contents, then move into folder with the files.
4. If you have Windows Terminal installed, right click the empty part of the folder and select 'Open in Terminal'. Otherwise, use Win + R and enter powershell. Once you're in a terminal window and at the proper directory, use "pip install -r requirements.txt --upgrade". If this is done successfully, you should be ready to go as soon as you get yourself an OpenAI API key.
5. Follow the steps listed in Using GPT-VCC
### Linux (Debian / Ubuntu based)
1. Install pip3
sudo apt install python3-pip
2. Download this repo either via the releases, git cloning the repo, or pressing the code button towards the upper right and pressing "Download ZIP".
3. Extract files, move into directory, open requirements.txt, and delete pyaudio==0.2.13 from file. Make it look like it was never there, preserving the original formatting.
4. Download pyaudio with apt as follows:
sudo apt install python3-pyaudio
5. Download espeak with apt as follows (needed for interface communication):
sudo apt install espeak
6. Download other requirements with pip as follows:
pip3 install -r requirements.txt --upgrade
7. Follow the steps listed in Using GPT-VCC
# Using GPT-VCC
To use this chatbot, enter the following command once you've navigated to the bot's folder (replacing \<key\> with yourExcerpt of 11,271 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:eaa8e7c4293e6093, topic:speech-recognition, topic:tts, topic:speech-to-text
matched fp:eaa8e7c4293e6093, topic:chatbot, topic:chatgpt, name:chatbot