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

link is broken! #4

Open rippertnt opened 6 years ago

rippertnt commented 6 years ago

" live recording and testing of speech and quickly creates customised datasets using own-voice dataset creation scripts!"

live recoding and testing of speech link and using own-voice dataset creation script is broken. Could you re-link those?

robmsmt commented 6 years ago

Thanks, good spot. They were removed by an overly strong gitignore file :) I've readded them to master.

In the next few days/weeks we're rewriting all of this project for release 2 so that it's a lot simpler class design. It has modular models that are easily callable and customisable.

Regards, Rob