bytes-lost / ctc_decoder

A ctc decoder for both online and offline asr model

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

We adapted this ctc decoder from here.

To install the decoder:

git clone https://github.com/Slyne/ctc_decoder.git
apt-get update
apt-get install swig
apt-get install python3-dev 
cd ctc_decoder/swig && bash setup.sh

Usage

TO ADD

About

A ctc decoder for both online and offline asr model


Languages

Language:C++ 99.5%Language:Python 0.4%Language:SWIG 0.1%Language:Shell 0.0%