Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 521 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 521 Bytes

Chinese Speech Recognition

Use TensorFlow to train a Chinese Speech Recognition (ASR).

Dataset

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

Train

python train.py

Decode

python decode.py