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

Must I download that LM model ? #1

Closed StevenLOL closed 6 years ago

StevenLOL commented 6 years ago

Must I download that LM model ? How to build LM from scratch ?

spyamine commented 6 years ago

here is q link how to do it 👍

http://victor.chahuneau.fr/notes/2012/07/03/kenlm.html

robmsmt commented 6 years ago

Yes, it uses KenLM and that guide is the one that I used. I have included it in the instructions as a link. Thank you!