nl8590687/ASRT_SpeechRecognition
A Deep-Learning-Based Chinese Speech Recognition System 基于深度学习的中文语音识别系统
This project helps convert spoken Chinese audio into written Chinese text. You provide audio files or live voice input in Mandarin Chinese, and it outputs the corresponding Chinese characters. This is ideal for developers building applications that need to transcribe Chinese speech, such as voice assistants, call center analytics, or dictation tools.
8,359 stars. No commits in the last 6 months.
Use this if you need a robust, open-source system for accurate Chinese speech-to-text conversion within your applications.
Not ideal if you primarily need speech recognition for languages other than Mandarin Chinese, or if you prefer a cloud-based, managed API service rather than a self-hosted solution.
Stars
8,359
Forks
1,905
Language
Python
License
GPL-3.0
Category
Last pushed
Sep 06, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/voice-ai/nl8590687/ASRT_SpeechRecognition"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
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.
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)
robmsmt/KerasDeepSpeech
A Keras CTC implementation of Baidu's DeepSpeech for model experimentation