Skip to content

Commit

Permalink
[other] 整理代码结构,剔除多余文件
Browse files Browse the repository at this point in the history
  • Loading branch information
lihanghang committed Dec 25, 2019
1 parent 69e2999 commit 8affc48
Show file tree
Hide file tree
Showing 263 changed files with 6 additions and 765,293 deletions.
15 changes: 6 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
# CASR-DEMO(中文自动语音识别演示系统)
## 关于本项目的一些说明
> 首先,欢迎大家关注项目,进行学习研究。收到一些小伙伴的问题我就集中回答下,这里是demo的源码、有两个版本其一是名为speech_env,这是一个简单的语音识别功能,界面如下面的效果图一;还有一个是V2.0的目录,这个版本功能比较齐全,界面如效果图二。大家感兴趣在自己机器上试试的话我推荐直接使用v2.0版本,还有一点项目只在win10平台上测试过,其他不保证能不能运行。由于月久失更,有些依赖包可能需要修改,不过应该都是小问题,根据实际过程的报错信息修复就行。再次感谢大家的关注!
## speech_env(效果图一)
![效果图1](./image/CASR_DEMO_up.png)
## speechV2.0 基于第三方接口实现语音识别和语音合成、说话人识别功能(效果图二)
# CASR-DEMO(中文自动语音识别演示系统)V2.0版本
## speechV2.0 基于第三方接口实现语音识别和语音合成、说话人(声纹)识别功能。效果图如下:
- 主入口文件为manage.py
![效果图2](./image/asr_tts.png)
---
wechat:LHH754086474
[CSDN](https://blog.csdn.net/lihangll)
Updated on December 24,2019.
E-mail:lhhroots@126.com
[更多](https://lihanghang.top)
Updated on December 25,2019.

Binary file removed image/CASR_DEMO_up.png
Binary file not shown.
Binary file removed speechV2.0/SR/samples/hang-2018/hang_down.wav
Binary file not shown.
Binary file removed speechV2.0/SR/samples/hang-2018/hang_left.wav
Binary file not shown.
Binary file removed speechV2.0/SR/samples/hang-2018/hang_up.wav
Binary file not shown.
Binary file removed speechV2.0/SR/samples/jingkun-2018/jingkun_down.wav
Binary file not shown.
Binary file removed speechV2.0/SR/samples/jingkun-2018/jingkun_left.wav
Binary file not shown.
Binary file removed speechV2.0/SR/samples/jingkun-2018/jingkun_up.wav
Binary file not shown.
Binary file removed speechV2.0/SR/samples/test-2018/test_down.wav
Binary file not shown.
Binary file removed speechV2.0/SR/samples/test-2018/test_left.wav
Binary file not shown.
Binary file removed speechV2.0/SR/samples/test-2018/test_up.wav
Binary file not shown.
Binary file removed speechV2.0/SR/samples/zhi-2018/zhi_down.wav
Binary file not shown.
Binary file removed speechV2.0/SR/samples/zhi-2018/zhi_left.wav
Binary file not shown.
Binary file removed speechV2.0/SR/samples/zhi-2018/zhi_up.wav
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 0 additions & 2 deletions speechV2.0/manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ def stopRecorder():
@app.route("/recognize", methods=['GET', 'POST'])
def recognize():
return speakerrecog.speakerRecog()
#return CASR_model.modelAPI() # 自训模型
# return baidu_aip.baiduAPI() # baidu语音识别接口


if __name__ == '__main__':
Expand Down
24 changes: 0 additions & 24 deletions speechV2.0/动手实践文档/源码/SR/README.md

This file was deleted.

Empty file.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
48 changes: 0 additions & 48 deletions speechV2.0/动手实践文档/源码/SR/gmm_train.py

This file was deleted.

21 changes: 0 additions & 21 deletions speechV2.0/动手实践文档/源码/SR/main.py

This file was deleted.

39 changes: 0 additions & 39 deletions speechV2.0/动手实践文档/源码/SR/mfcc_coeff.py

This file was deleted.

38 changes: 0 additions & 38 deletions speechV2.0/动手实践文档/源码/SR/record_voice.py

This file was deleted.

109 changes: 0 additions & 109 deletions speechV2.0/动手实践文档/源码/SR/register.py

This file was deleted.

Loading

0 comments on commit 8affc48

Please sign in to comment.