#140 · Primary category: Speech & Audio

tensorflow-speech-recognition

deep-learning neural-network speech-recognition speech-to-text stt tensorflow

🎙Speech recognition using the tensorflow deep learning framework, sequence-to-sequence neural networks

Project last updated:01/17/24

GitHub Stars

2.2K

Forks

628

Contributors

4

License

Other

Why we included this project

This is an old TensorFlow codebase that shows how sequence-to-sequence neural networks were built for speech recognition, and for that reason it works best as a teaching reference rather than something to run in production. The scripts walk you through the practical steps: pulling speech data from openslr, converting utterances to spectrograms, and training recognizers with LSTM layers, all in a compact form that is easy to read. The maintainer is upfront that the project is no longer current and points users toward Whisper and DeepSpeech, so the value here is historical and educational. If you are curious how early deep-learning speech recognizers handled audio, or you want a minimal working example before moving to modern tooling, this is a handy starting point.

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