ctc-loss topic
viet-asr
VietASR - Vietnamese Automatic Speech Recognition
rnn_ctc
Recurrent Neural Network and Long Short Term Memory (LSTM) with Connectionist Temporal Classification implemented in Theano. Includes a Toy training example.
Zygote-Mutating-Arrays-WorkAround.jl
A tutorial on how to work around ‘Mutating arrays is not supported’ error while performing automatic differentiation (AD) using the Julia package Zygote.
ctcdecode
PyTorch CTC Decoder bindings
CTCDecoder
Connectionist Temporal Classification (CTC) decoding algorithms: best path, beam search, lexicon search, prefix search, and token passing. Implemented in Python.
CRNN-OCR-lite
Lightweight CRNN for OCR (including handwritten text) with depthwise separable convolutions and spatial transformer module [keras+tf]
eesen
The official repository of the Eesen project
crnn-pytorch
Pytorch implementation of CRNN (CNN + RNN + CTCLoss) for all language OCR.
wav2letter.pytorch
A fully convolution-network for speech-to-text, built on pytorch.