#99 · Primary category: Speech & Audio
TensorFlowASR
:zap: TensorFlowASR: Almost State-of-the-art Automatic Speech Recognition in Tensorflow 2. Supported languages that can use characters or subwords
Project last updated:08/05/26
GitHub Stars
1.0K
Forks
238
Contributors
13
License
Apache-2.0
Why we included this project
For teams already working in TensorFlow, this is one of the more complete open-source options for training your own speech-to-text models. It implements a solid set of modern architectures, including Conformer, ContextNet, streaming transducers, DeepSpeech2, and Jasper, and supports both CTC and RNN-Transducer training paths, so you can pick the end-to-end setup that best matches your latency and accuracy needs. The TFLite conversion support matters if you plan to move a trained model onto phones or other on-device targets, where cutting memory and compute count. The repo comes with example configs, pretrained checkpoints, and tutorials for English and Vietnamese, which shortens the jump from reading a paper to reproducing its results. It is a research-oriented codebase, so expect to wire up your own datasets and tune models yourself rather than calling a hosted API.
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