# speech_recognition **Repository Path**: old_eight_ba/speech_recognition ## Basic Information - **Project Name**: speech_recognition - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-07 - **Last Updated**: 2021-01-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 中文语音识别 ##### 1. 环境 - Python:3.5 - Tensorflow : 1.5.0 ------ ##### 2. 训练数据下载 - 清华大学中文语料库(thchs30)[下载地址](http://www.openslr.org/18/) ------ ##### 3. 训练 - 配置conf目录下的conf.ini文件中的各项 - 在终端运行 ```python train.py``` 开始训练 - 在终端运行 ```python test.py``` 测试 - 也可以使用PyCharm打开 ------ ##### 4. 测试效果 ![test-image](https://github.com/xxbb1234021/speech_recognition/blob/master/images/1.png)