ynop / py-ctc-decodeLinks
CTC Decoder implementation with python only. Also supports language model decoding using KenLM.
☆37Updated last year
Alternatives and similar repositories for py-ctc-decode
Users that are interested in py-ctc-decode are comparing it to the libraries listed below
Sorting:
- An implementation of RNN-Transducer loss in TF-2.0.☆46Updated 2 years ago
- Segment a given audio into utterances using a trained end-to-end ASR model.☆73Updated 4 years ago
- Transformer implementation speciaized in speech recognition tasks using Pytorch.