Read everything about the Speech Challenge: https://github.com/huggingface/transformers/tree/master/examples/research_projects/robust-speech-event
Join Discord: hf.co/join/discord
Speaker: Raymond Grossman and Jeremy Lopez, Kensho-Technologies
PyCTCDecode is a fast and feature-rich CTC beam search decoder for speech recognition written in Python, providing n-gram (kenlm) language model support similar to PaddlePaddle's decoder, but incorporating many new features such as byte pair encoding and real-time decoding to support models like Nvidia's Conformer-CTC or Facebook's Wav2Vec2.