# ctc_decoder **Repository Path**: FieldsMedal/ctc_decoder ## Basic Information - **Project Name**: ctc_decoder - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-05 - **Last Updated**: 2022-04-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Installation We adapted this ctc decoder from [here](https://github.com/PaddlePaddle/DeepSpeech/tree/develop/deepspeech/decoders/swig). To install the decoder: ```bash 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