Repository for experimenting with different CTC based model designs for ASR. Supports live recording and testing of speech and quickly creates customised datasets using own-voice dataset creation scripts!
git clone https://github.com/robmsmt/KerasDeepSpeech
pip install -r requirements.txt
./lm/get_lm.sh
python run-train.py
In order to specify training/validation files use python run-train.py --train_files <csvfile> --valid_files <csvfile>
(see run-train for complete arguments list)python run-test.py --test_files <datacsvfile>
The content of this project itself is licensed under the GNU General Public License. Copyright © 2018
Have a question? Like the tool? Don't like it? Open an issue and let's talk about it! Pull requests are appreciated!