/ctc_decoder

A ctc decoder for both online and offline asr model

Primary LanguageC++

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