#11 · Primary category: Speech & Audio

faster-whisper

deep-learning inference openai quantization speech-recognition speech-to-text transformer 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