#115 · Primary category: Speech & Audio
TheWhisper
Optimized Whisper models for streaming and on-device use
Project last updated:06/15/26
GitHub Stars
897
Forks
55
Contributors
5
License
MIT
Why we included this project
TheWhisper repackages OpenAI's Whisper models into inference engines tuned for streaming and on-device transcription, and the practical differences show up fast. Where stock Whisper works in fixed 30-second chunks, this project lets you adjust chunk size, so live captioning, meeting notes, or voice interfaces can emit text as audio arrives and you can trade latency against accuracy yourself. Dedicated backends target NVIDIA GPUs and Apple Silicon via CoreML, with the README reporting roughly 220 tokens per second for whisper-large-v3 on an L40. A local REST API and an Electron demo app round it out, letting you move from model to working prototype without running a separate server stack. If you are weighing self-hosted or fully offline transcription on hardware you already own, this is a concrete look at the latency and power draw you can expect.
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