#125 · Primary category: Speech & Audio

espresso

asr end-to-end fairseq kaldi python pytorch speech-recognition

Espresso: A Fast End-to-End Neural Speech Recognition Toolkit

Project last updated:09/04/24

GitHub Stars

939

Forks

116

Contributors

424

License

MIT

Why we included this project

Espresso is aimed at speech researchers and engineers who want reproducible end-to-end ASR baselines without assembling the pieces themselves. It is a PyTorch-based training and evaluation toolkit that follows fairseq conventions, with YAML configs, distributed training across GPUs and nodes, and a choice of decoders that includes CTC, Transducer (RNN-T), and word-level language model fusion backed by a fast parallelized implementation. Ready-made recipes for WSJ, LibriSpeech, and Switchboard give newcomers a concrete place to start, and the optional torchaudio feature extraction path keeps Kaldi out of the pipeline for simpler setups.

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