parlance / ctcdecode
PyTorch CTC Decoder bindings
☆831Updated 9 months ago
Alternatives and similar repositories for ctcdecode:
Users that are interested in ctcdecode are comparing it to the libraries listed below
- A PyTorch implementation of Speech Transformer, an End-to-End ASR with Transformer network on Mandarin Chinese.☆777Updated last year
- Connectionist Temporal Classification (CTC) decoding algorithms: best path, beam search, lexicon search, prefix search, and token passing…☆822Updated 3 years ago
- End-to-end ASR/LM implementation with PyTorch☆596Updated 3 years ago
- This is an open source project (formerly named Listen, Attend and Spell - PyTorch Implementation) for end-to-end ASR implemented with Pyt…☆1,194Updated 4 years ago
- End-to-End Automatic Speech Recognition on PyTorch☆295Updated 2 years ago
- A PyTorch Implementation of End-to-End Models for Speech-to-Text☆755Updated last year
- A fast parallel implementation of RNN Transducer.☆308Updated last year
- A Pytorch Implementation of Transducer Model for End-to-End Speech Recognition☆232Updated 4 years ago
- A PyTorch implementation of Listen, Attend and Spell (LAS), an End-to-End ASR framework.☆200Updated 6 years ago
- Python functions for reading kaldi data formats. Useful for rapid prototyping with python.☆375Updated last year
- Speech Recognition using DeepSpeech2.☆2,116Updated 2 years ago
- A Implementation of SpecAugment with Tensorflow & Pytorch, introduced by Google Brain☆645Updated 2 years ago
- A No-Recurrence Sequence-to-Sequence Model for Speech Recognition☆375Updated 2 years ago
- Code for prefix beam search tutorial by @labodk