#112 · Primary category: Speech & Audio
whisper-ctranslate2
Whisper command line client compatible with original OpenAI client based on CTranslate2.
Project last updated:02/14/26
GitHub Stars
1.3K
Forks
128
Contributors
12
License
MIT
Why we included this project
If your team already drives OpenAI's Whisper through its command line, this client is the low-effort way to get much faster transcriptions without relearning anything: it accepts the same arguments, so switching mostly means pointing your scripts at a different binary. Under the hood it runs the CTranslate2 and faster-whisper engines, which reach about four times the original's speed at similar accuracy while using less memory, and batching input files widens that gap considerably. It also adds a VAD filter that skips silence, speaker diarization so transcripts show who said what, and live transcription from a microphone, handy for meetings. A prebuilt Docker image comes with the small, medium, and large-v2 models, and you can load your own fine-tuned or quantized Whisper checkpoints, which matters if your team has trained a specialized variant.
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