pannous / tensorflow-speech-recognition

🎙Speech recognition using the tensorflow deep learning framework, sequence-to-sequence neural networks
Other
2.17k stars 638 forks source link

can people tell me in what order to run these codes? #50

Closed yyhlvdl closed 7 years ago

yyhlvdl commented 7 years ago

I study these codes recently,but i do not konw which code should i run first,and next.can someone help me?please

laixl commented 7 years ago

Make sure you have installed the requirements firstly. Run the following code in terminal. python number_classifier_tflearn.py This is for a simple example about digits classifier(0-9 English digits). Then run the code. python speaker_classifier_tflearn.py This is for a simple example about speakers classifier(15 speakers). Try to understand the codes.

yyhlvdl commented 7 years ago

Thank you.However,there are other codes,how to run them?