#169 · Primary category: Speech & Audio
whisper_mic
Project that allows one to use a microphone with OpenAI whisper.
Project last updated:07/04/24
GitHub Stars
787
Forks
172
Contributors
12
License
MIT
Why we included this project
Whisper Mic is a thin Python wrapper that puts OpenAI's Whisper speech recognition behind a microphone input. You call `listen()` from your own code, or run the `whisper_mic` command-line program to transcribe what you say; the `--loop --dictate` flags even type the transcript at your cursor. The same model size choices as Whisper are available, so you can pick a smaller, faster model for a quick demo or a larger one when accuracy matters more. That makes it a handy building block for dictation-style tools and voice-driven prototypes, though it stays a lightweight local helper rather than a full transcription service.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
whisper.cpp
Port of OpenAI's Whisper model in C/C++
Real-Time-Voice-Cloning
Clone a voice in 5 seconds to generate arbitrary speech in real-time
VibeVoice
Open-Source Frontier Voice AI
voicebox
The open-source AI voice studio. Clone, dictate, create.
TTS
🐸💬 - a deep learning toolkit for Text-to-Speech, battle-tested in research and production