robmsmt / KerasDeepSpeech

A Keras CTC implementation of Baidu's DeepSpeech for model experimentation
GNU Affero General Public License v3.0
242 stars 79 forks source link

Missing sox and progressbar2 from Requirements.txt #14

Closed nullbyte91 closed 5 years ago

nullbyte91 commented 5 years ago

Executing a below command to download/Import librispeech throwing an error, python data/import_librispeech.py path_of_the_file Doing Pip install of Sox and progressbar2 solved the issue.