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.
Transcribe is a real time transcription, conversation, Language learning platform. It provides live transcripts from microphone and speaker. It generates a suggested conversation response using OpenAI's GPT API. It will read out the responses, simulating a real live conversation in English or another language.
| Date | Stars |
|---|---|
| 2026-07-24 | 266 |
| 2026-07-25 | 266 |
| 2026-07-28 | 266 |
| 2026-07-30 | 266 |
| 2026-08-06 | 266 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
<img src="assets/Transcribe-2.png" width="100"> ## Source Code Install Video Thanks to [Fahd Mirza](https://www.fahdmirza.com/) for the [installation video](https://www.youtube.com/watch?v=RX86zKdCpMc) for Transcribe. Subscribe to his [Youtube channel](https://www.youtube.com/@fahdmirza) and read his [blog](https://www.fahdmirza.com/). <a href="https://www.youtube.com/watch?feature=player_embedded&v=RX86zKdCpMc" target="_blank"> <img src="https://img.youtube.com/vi/RX86zKdCpMc/0.jpg" alt="Watch the video" width="240" height="180"/> </a> Thanks to [Lappu AI](https://www.lappuai.com/) for their support and multitude of pro bono contributions to this project. # 👂🏻️ Transcribe ✍🏼️ [Join the community](https://transcribe-workspace.slack.com/channels/general) Write an [email]([email protected]) to receive invite to the community channel or share your email in an issue. Transcribe provides real time transcription for microphone and speaker output. It generates a suggested conversation response using OpenAI's chatGPT (or OpenAI API compatible provider) relevant to the current conversation. ## Why Transcribe over other Speech to Text apps ## - Use Most of the functionality for **FREE** - Multi Lingual support - Choose between GPT 4o, 4, 3.5 or other inference models from OpenAI, or a plethora of inference models from [Together](https://docs.together.ai/docs/inference-models) - Streaming LLM responses instead of waiting for a complete response - Upto date with the latest OpenAI libraries - Get LLM responses for selected text - Install and use without python or other dependencies - Security Features - Choose Audio Inputs (Speaker or Mic or Both) - Speech to Text - Offline - FREE - Online - paid - OpenAI Whisper - **(Encouraged)** - Deepgram - Chat Inference Engines - OpenAI - Together - Perplexity - Azure hosted OpenAI - Some users have reported requiring code changes to make Azure work. Feedback appreciated. - Conversation Summary - Prompt customization - Save chat history - Response Audio ## Response Generation ## Response generation requires a paid account with an API Key for an OpenAI API compatible provider like OpenAI (**Encouraged**) or Deepgram ($200 free credits) or Together ($25 free Credits) or Azure Based on feedback from users, OpenAI gpt-4o model provides the best response generation capabilities. Earlier models work ok, but can sometimes provide inaccurate answers if there is not enough conversation content at the beginning. Together provides a large selection of [Inference models](https://docs.together.ai/docs/inference-models). Any of these can be used by making changes to `override.yaml` file. When using OpenAI, without the OpenAI key, using continuous response or any action that requires interaction with the online LLM gives an error similar to below ``` Error when attempting to get a response from LLM. Error code: 401 - {'error': {'message': 'Incorrect API key provided: API_KEY. You can find your API key at https://platform.openai.com/account/api-keys.', 'type': 'invalid_request_error', 'param': None, 'code': 'invalid_api_key'}} ``` With a valid OpenAI key and no available credits, using continuous response gives an error similar to below ``` Error when attempting to get a response from LLM. Error code: 429 - {'error': {'message': 'You exceeded your current quota, please check your plan and billing details. For more information on this error, read the docs: https://platform.openai.com/docs/guides/error-codes/api-errors.', 'type': 'insufficient_quota', 'param': None, 'code': 'insufficient_quota'}} ``` ##  On Demand Features  ## We develop mutually beneficial features on demand. Create an issue in the repo to request mutually beneficial on demand features. Connect on LinkedIn to discuss further. ## Features ## - [Multilingual support](./docs/Multilingual.md) - [Respo
Excerpt of 9,693 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:fd0a40c2e62a012e, topic:whisper, readme:speech-to-text, desc:transcription
matched fp:fd0a40c2e62a012e, topic:chatgpt