#152 · Primary category: Speech & Audio

PaddlePaddle-DeepSpeech

asr chinese deep-learning deepspeech deepspeech2 docker nvidia-docker paddlepaddle speech-recognition speech-to-text

Speech recognition based on PaddlePaddle, supporting Chinese, with complete project and good accuracy; supports training and prediction on Windows and Linux, and prediction on Nvidia Jetson.

Project last updated:12/17/25

GitHub Stars

762

Forks

146

Contributors

2

License

Apache-2.0

Why we included this project

PaddlePaddle-DeepSpeech is a practical implementation of the DeepSpeech2 architecture for Mandarin speech recognition, built on PaddlePaddle. It walks through the whole workflow, from data preparation and augmentation to training, beam-search decoding, and model export, so a small team can go from raw audio to a working recognizer without stitching together scattered scripts. The author publishes pretrained models trained on AIShell, LibriSpeech, and WenetSpeech, which gives you a reasonable starting point for Chinese and English recognition instead of training from scratch. Deployment is covered as well: VAD-based long-audio segmentation, a web inference server, a GUI, and Nvidia Jetson support for edge hardware. If you want newer model options, the dynamic-graph successor PPASR adds Conformer and Squeezeformer.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category