llSourcell / tensorflow_speech_recognition_demo

This is the code for 'How to Make a Simple Tensorflow Speech Recognizer' by @Sirajology on Youtube
383 stars 250 forks source link

A couple of fixes based on issue I encountered. #2

Closed icecoldlilly closed 7 years ago

icecoldlilly commented 7 years ago

Added fixed tar extraction in speech_data.py (was missing) Added requirements.txt for easier dependancy installation Fixed the problematic 'librosa' requirement on virtualenvs in OS X by grabbing it straight from the repository.

llSourcell commented 7 years ago

Thanks!