Skip to content

awsbigdata/deepspeech

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

deepspeech

how to infer speech to text using opensource model

1.Download the model wget https://github.com/mozilla/DeepSpeech/releases/download/v0.5.1/deepspeech-0.5.1-models.tar.gz tar xvfz deepspeech-0.5.1-models.tar.gz 2.download clinet.py and change the path according to yours.

python client.py --model models/output_graph.pbmm --alphabet models/alphabet.txt --lm models/lm.binary --trie models/trie --audio input/

--audio - folder which contains audio files (16khz only)

About

how to infer speech to text using opensource model

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages