#130 · Primary category: Speech & Audio

MASR

asr conformer deep-learning deepspeech pytorch speech speech-recognition speech-to-text squeezeformer

Pytorch-based streaming and non-streaming ASR framework, online/offline compatible, supporting Conformer, Squeezeformer, DeepSpeech2, and data augmentation.

Project last updated:07/06/26

GitHub Stars

727

Forks

115

Contributors

3

License

Apache-2.0

Why we included this project

MASR is a PyTorch speech-to-text framework that handles both streaming and non-streaming recognition, so it fits teams working on live captioning as well as offline transcription. The main models, Conformer, Squeezeformer, and DeepSpeech2, sit behind a single config-driven interface, which means you can swap models and decoders without rewriting your application code. Pretrained checkpoints cover Mandarin, Cantonese, English, and mixed Chinese-English data, giving you a working baseline before you fine-tune on your own audio. It also bundles data augmentation, speaker-separated inference, and a web demo, so a small team can get a self-contained ASR stack running without assembling pieces from scratch.

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