Last active
December 13, 2019 08:08
-
-
Save DerekChia/ee678b663d35d56917099fdf9d0ebcdc to your computer and use it in GitHub Desktop.
DeepSpeech no TensorFlow
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Main training requirements | |
numpy == 1.15.4 | |
progressbar2 | |
pandas | |
six | |
pyxdg | |
attrdict | |
absl-py | |
# Requirements for building native_client files | |
setuptools | |
# Requirements for transcribe.py | |
webrtcvad | |
# Requirements for importers | |
sox | |
bs4 | |
requests | |
librosa | |
soundfile | |
# Miscellaneous scripts | |
paramiko >= 2.1 | |
scipy | |
matplotlib |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment