#119 · Primary category: Speech & Audio

GigaAM

emotion-recognition foundation-models self-supervised-learning speech-recognition

Foundational Model for Speech Recognition Tasks

Project last updated:08/17/26

GitHub Stars

771

Forks

102

Contributors

6

License

MIT

Why we included this project

GigaAM is a Conformer-based acoustic model family with state-of-the-art results on Russian speech recognition, and a newer multilingual line extends the same approach to 70+ languages. The repo ships pretrained CTC and RNN-T checkpoints you can load and call transcribe() on for short clips, or use long-form transcription with word-level timestamps for longer recordings. The same encoder also backs an emotion recognition model, so one audio pipeline can handle both transcription and affective analysis. Fine-tuning runs through PyTorch Lightning, and ONNX export plus Triton Inference Server support cover the production serving side. If you're building call-center analytics, voice assistants, or multilingual transcription, this is a practical MIT-licensed starting point.

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