#11 · Primary category: Speech & Audio
faster-whisper
Faster Whisper transcription with CTranslate2
Project last updated:11/19/25
GitHub Stars
25.1K
Forks
2.0K
Contributors
47
License
MIT
Why we included this project
faster-whisper is the reimplementation of OpenAI's Whisper that most production teams end up using. It runs the same model weights on CTranslate2, which the project's benchmarks show to be up to four times faster than the original for the same accuracy, with lower memory use. The 8-bit quantization option makes large models practical on CPU-only hardware. The API mirrors the original Whisper interface closely, so code written against openai/whisper ports over with minimal changes, and audio decoding happens internally through PyAV, so there's no separate FFmpeg install to manage. For meeting transcription, subtitle generation, or call analytics, the batched inference path is where the throughput gains show up.
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