DeepSpeech
End-to-end speech recognition engine by Mozilla using TensorFlow.
About
Mozilla's DeepSpeech is an open-source speech-to-text engine based on the architecture described in Baidu's Deep Speech research paper and implemented in TensorFlow. It converts audio to text entirely on-device with no cloud dependency, supports real-time streaming transcription, and runs on hardware ranging from a Raspberry Pi 4 to GPU servers, which made it a popular choice for privacy-preserving and embedded voice applications. Pretrained English models were distributed alongside tooling for training custom models on new languages and acoustic conditions. Development has ended: Mozilla archived the repository in June 2025, making it read-only, so no further updates or fixes should be expected, though the code remains usable under the MPL 2.0 license. It is still referenced by developers studying end-to-end speech recognition or maintaining legacy offline transcription systems.
Reviews (0)
Leave a Review
No reviews yet. Be the first to review!
Details
- Price
- Free
- Platform
- Local/Desktop
- Difficulty
- Intermediate (3/5)
- License
- MPL-2.0
- Added
- Apr 3, 2026
Related Tools
Convolution-augmented transformer for speech recognition in ESPnet toolkit.
End-to-end speech processing toolkit covering ASR, TTS, and speech translation.
CLI tool that transcribes audio 10x faster using pipeline optimizations.
Established speech recognition toolkit used in research and production systems.
Self-supervised speech representation model by Meta for ASR.
Multilingual ASR model by NVIDIA supporting 4 languages with translation.