#139 · Primary category: Speech & Audio

PPASR

asr chinese conformer deep-learning deepspeech2 paddlepaddle speech speech-recognition speech-to-text squeezeformer streaming-asr

End-to-end Chinese speech recognition using PaddlePaddle, with simple tutorials and practical enterprise projects. Supports DeepSpeech2, Conformer, and Squeezeformer models.

Project last updated:12/17/25

GitHub Stars

871

Forks

129

Contributors

4

License

Apache-2.0

Why we included this project

Chinese teams building speech-to-text have a solid, practical option here. PPASR is an automatic speech recognition framework on PaddlePaddle covering several end-to-end models, DeepSpeech2, Conformer, Squeezeformer, and efficient Conformer variants, and every model can run streaming or non-streaming, so you can pick the latency and accuracy tradeoff that fits live audio or pre-recorded files. The toolkit includes multiple decoders, fbank and mfcc preprocessing, and a long list of data augmentation techniques, so training from scratch is realistic rather than being locked to pretrained weights. A published WenetSpeech pretrained model with character error rates for different decoding setups gives you a concrete baseline before you invest in your own training run. It deploys to servers and Nvidia Jetson devices, and the sentencepiece-based tokenizer leaves the door open for Chinese-English mixed training.

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