Use TensorFlow to train a Chinese Speech Recognition (ASR).
We use the open dataset from Dong Wang, Xuewei Zhang, Zhiyong Zhang called THCHS30, which could be used to a simple Automatic Speech Recognition (ASR) system for Chinese.
We can use the following method to download the full required dataset to the data
folder:
$ sh download_data.sh
python train.py
python decode.py