#datascience #speechtotext #machinelearning
Deepspeech is an open-source voice recognition or speech to text system that uses a neural network to convert speech spectrogram into a text transcript
This speech recognition system developed using end-toend deep learning
The acoustic models were trained on American English and language model improves the accuracy of the predicted transcripts
Acoustic model determines the relationship between audio signals and phonetic units in a language, while a language model matches sounds to words and word sequences.