You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The DeepSpeech Speech-To-Text system needs to be improved to handle uncommon & non-English words. The machine learning approach is to retrain the DeepSpeech model with new audio data and analyze the results.
Key Result
Using the run_stt function of stream_deepspeech.py, return a string of audio input that is correctly transcribed.
Objective
The DeepSpeech Speech-To-Text system needs to be improved to handle uncommon & non-English words. The machine learning approach is to retrain the DeepSpeech model with new audio data and analyze the results.
Key Result
Using the run_stt function of stream_deepspeech.py, return a string of audio input that is correctly transcribed.
swanton/stream_deepspeech.py
Line 16 in b8e5502
Details
Correctly transcribe all QA pairs from the question-answer pairs Google Sheet. To train a new DeepSpeech model, you can follow these instructions.
You will need the following DeepSpeech model and DeepSpeech scorer to use run_stt.
If in need of assistance, please ask @chidiewenike
Additional Resources
The text was updated successfully, but these errors were encountered: