Pyctcdecode & Speech2text decoding

Read everything about the Speech Challenge: 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.
Back to Top