#104 · Primary category: Speech & Audio
conformer
[Unofficial] PyTorch implementation of "Conformer: Convolution-augmented Transformer for Speech Recognition" (INTERSPEECH 2020)
Project last updated:06/29/26
GitHub Stars
1.1K
Forks
192
Contributors
9
License
Apache-2.0
Why we included this project
Speech researchers who want to study the Conformer encoder without installing a whole ASR framework get a tidy PyTorch implementation here. The repo keeps just the model itself, a convolution-augmented transformer that captures both local and global patterns in audio sequences, and the README shows how to plug it into a CTC training loop. Because it is model-only, it works best as a building block or a reference for understanding the architecture rather than a complete recognizer; the maintainers point to OpenSpeech when you are ready to train end to end. The compact, PEP-8 style code is also easy to adapt, though you will bring your own data pipeline and loss handling.
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
whisper.cpp
Port of OpenAI's Whisper model in C/C++
Real-Time-Voice-Cloning
Clone a voice in 5 seconds to generate arbitrary speech in real-time
VibeVoice
Open-Source Frontier Voice AI
voicebox
The open-source AI voice studio. Clone, dictate, create.
TTS
🐸💬 - a deep learning toolkit for Text-to-Speech, battle-tested in research and production