jx1100370217/DFCNN-master
这是一个基于全卷积神经网络的语音识别系统
This project helps developers build speech recognition systems specifically for the Chinese language. It takes Chinese audio recordings as input and outputs the corresponding Chinese Pinyin text. Data scientists or machine learning engineers working on voice-enabled applications would use this.
No commits in the last 6 months.
Use this if you are a developer looking for a foundational deep learning model to experiment with Chinese speech-to-text conversion.
Not ideal if you need an out-of-the-box, highly accurate speech recognition service for production use without further development.
Stars
79
Forks
16
Language
Python
License
—
Category
Last pushed
Jun 28, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/voice-ai/jx1100370217/DFCNN-master"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
githubharald/CTCDecoder
Connectionist Temporal Classification (CTC) decoding algorithms: best path, beam search, lexicon...
githubharald/CTCWordBeamSearch
Connectionist Temporal Classification (CTC) decoder with dictionary and language model.
nl8590687/ASRT_SpeechRecognition
A Deep-Learning-Based Chinese Speech Recognition System 基于深度学习的中文语音识别系统
athena-team/athena
an open-source implementation of sequence-to-sequence based speech processing engine
hirofumi0810/tensorflow_end2end_speech_recognition
End-to-End speech recognition implementation base on TensorFlow (CTC, Attention, and MTL training)