mozilla/deepspeech-playbook
A crash course for training speech recognition models using DeepSpeech.
This playbook provides a complete guide for training your own custom speech recognition models using DeepSpeech. You'll learn how to prepare your audio data, configure the model, and train it to convert spoken words into text. It's for developers or technical users who want to build custom transcription, voice control, or keyword spotting applications.
No commits in the last 6 months.
Use this if you need to build a custom speech-to-text solution for a specific language, accent, or domain where off-the-shelf models don't perform well.
Not ideal if you are looking for a plug-and-play API to transcribe audio without any model training or development work.
Stars
24
Forks
6
Language
—
License
—
Category
Last pushed
May 16, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/voice-ai/mozilla/deepspeech-playbook"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
githubharald/CTCDecoder
Connectionist Temporal Classification (CTC) decoding algorithms: best path, beam search, lexicon...
githubharald/CTCWordBeamSearch
Connectionist Temporal Classification (CTC) decoder with dictionary and language model.
nl8590687/ASRT_SpeechRecognition
A Deep-Learning-Based Chinese Speech Recognition System 基于深度学习的中文语音识别系统
athena-team/athena
an open-source implementation of sequence-to-sequence based speech processing engine
hirofumi0810/tensorflow_end2end_speech_recognition
End-to-End speech recognition implementation base on TensorFlow (CTC, Attention, and MTL training)