/speech_recognition

Primary LanguagePythonMIT LicenseMIT

Automatic Speech Recognition (ASR)

This repository contains code for training of DeepSpeech2 model, which have been described in the article https://arxiv.org/abs/1512.02595

Reproduce results

Install dependencies

pip install -r ./requirements.txt

Train model

python train.py -c hw_asr/configs/config.json