/asr-server

ASR (Automatic Speech Recognition) server tool kit.

Primary LanguagePythonMIT LicenseMIT

asr-server

MIT License

ASR (Automatic Speech Recognition) server tool kit.

Requirement

  • Python 3.8
  • pipenv

Installation

$ git clone <this repo>
$ cd <this repo>

$ pipenv install

Usage

1. Create Data

You need to record the speech you want to recognize. Follow the instructions to create voice data.

$ pipenv run record
$ pipenv run build

2. Training

$ pipenv run train

3. Start ASR Server

$ pipenv run start

4. Start Demo app

When the demo-app starts, please speak a voice. The server will recognize it.

$ pipenv run demo