Xinghai Sun
c0b3281e58
Remove pynput and pyaudio packages from requriements.txt and add installation tips to README.md.
7 years ago
Xinghai Sun
0ebf36b98f
Add a realtime ASR demo for users to test their own voice with mic.
7 years ago
Luo Tao
5e20dfd4fb
change the wget method in run.sh of deep_speech2
7 years ago
Luo Tao
e2f954f5e2
make kenlm install more robust
7 years ago
Luo Tao
c7676286ab
install libsndfile from /usr to thirdparty
7 years ago
Yibing Liu
ee5abbe37d
add mfcc feature for DS2
7 years ago
Yibing Liu
90d83bf739
resolve conflicts in requirements.txt
7 years ago
xushaoyong
7f2e7e1c2c
resolve conflict with setup.sh
7 years ago
Yibing Liu
26510f74a6
refine ctc_beam_search_decoder
7 years ago
yangyaming
6d6cdf4057
Refine SoundFile installation process.
...
1. Install libsndfile first.
2. Install SoundFile using pip.
7 years ago
chrisxu2016
2450591a44
add 3 augmentor class and change resample module
7 years ago
yangyaming
d35b747175
Fix ci following:
...
1. Unify the dependency installation process in setup.sh.
2. Change the version of package scipy from 0.13.0b1 to 0.13.1
7 years ago
chrisxu2016
d66d740ea0
add audio part
7 years ago
Xinghai Sun
8313895e85
1. Fix incorrect decoder result printing.
...
2. Fix incorrect batch-norm usage in RNN.
3. Fix overlapping train/dev/test manfests.
4. Update README.md and requirements.txt.
5. Expose more arguments to users in argparser.
6. Update all other details.
8 years ago