pannous / tensorflow-speech-recognition

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

missing import in speech2text-tflearn.py #26

Closed anees042 closed 7 years ago

anees042 commented 7 years ago

missing import for librosa in speech2text-tflearn.py

also require python-tk to be installed through apt-get

pannous commented 7 years ago

thanks for pointing this out.

the librosa dependency was added

couldn't find any python-tk dependency though!?

anees042 commented 7 years ago

Thanks @pannous, it was asking me to install python-tk on ubuntu 16.04. anyway i will recheck. once again thanks for your effort.