yeyupiaoling/PaddlePaddle-DeepSpeech
基于PaddlePaddle实现的语音识别,中文语音识别。项目完善,识别效果好。支持Windows,Linux下训练和预测,支持Nvidia Jetson开发板预测。
This project helps you automatically convert spoken Chinese (Mandarin) audio into written text. You input an audio file or a live voice recording, and it outputs the transcribed text, even handling long speeches and converting numbers to their Arabic numeral form. It's designed for anyone needing to efficiently transcribe Chinese audio, such as researchers, content creators, or businesses analyzing spoken data.
758 stars.
Use this if you need a reliable way to transcribe Chinese audio into text, with options for local prediction, web deployment, or a desktop interface.
Not ideal if your primary need is for speech recognition in languages other than Chinese (Mandarin) or English, as its pre-trained models are focused on these.
Stars
758
Forks
148
Language
Python
License
Apache-2.0
Category
Last pushed
Dec 17, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/voice-ai/yeyupiaoling/PaddlePaddle-DeepSpeech"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
espnet/espnet
End-to-End Speech Processing Toolkit
yeyupiaoling/PPASR
基于PaddlePaddle实现端到端中文语音识别,从入门到实战,超简单的入门案例,超实用的企业项目。支持当前最流行的DeepSpeech2、Conformer、Squeezeformer模型
flashlight/wav2letter
Facebook AI Research's Automatic Speech Recognition Toolkit
pannous/tensorflow-speech-recognition
🎙Speech recognition using the tensorflow deep learning framework, sequence-to-sequence neural networks
google/uis-rnn
This is the library for the Unbounded Interleaved-State Recurrent Neural Network (UIS-RNN)...