github语音识别对对_【记录】语音识别软件包、代码示例、数据集汇集

语音识别工具

•apiai

•google-cloud-speech

•pocketsphinx

•SpeechRcognition

•watson-developer-cloud

•wit

(1)librosa:python,视频与音乐分析

链接:https://github.com/librosa/librosa

(2)ASRT_SpeechRecognition:python,基于深度学习的中文语音识别系统

链接:https://github.com/nl8590687/ASRT_SpeechRecognition

(3)DeepSpeech:Tensorflow实现百度的DeepSpeech框架

链接:https://github.com/mozilla/DeepSpeech

(4)speech_recognition:python

链接:https://github.com/Uberi/speech_recognition

TensorflowASR https://github.com/Z-yq/TensorflowASR

二、语音识别示例代码

教你怎样用python进行语音识别:https://zhuanlan.zhihu.com/p/92604225

语音识别理论,包括研一与研二期间部分所学,论文和PPT:https://github.com/zw76859420/ASR_Theory

基于卷积神经网络的语音识别声学模型的研究:https://github.com/zw76859420/ASR_Syllable

采用端到端方法构建声学模型,以字为建模单元,采用DCNN-CTC网络结构。:https://github.com/zw76859420/ASR_WORD

基于深度学习的中文语音识别系统:https://github.com/zw76859420/ASRT_SpeechRecognition

你可能感兴趣的:(github语音识别对对)