CoEDL / elpis

🙊 software for creating speech recognition models.
https://elpis.readthedocs.io/en/latest/
Apache License 2.0
152 stars 33 forks source link

(WIP) cli examples #246

Closed benfoley closed 2 years ago

benfoley commented 2 years ago

The PR updates the sample Python scripts for CLI interaction with Elpis. Kaldi and HFT engines are demonstrated for dataset prep and training.

Includes update to Dockerfile to ship timit corpus in the image.

Transcription fails due to transcription.prepare_audio expecting a Request.file dict type object. Old CLI sample code was passing a binary file object.

benfoley commented 2 years ago

handled in https://github.com/CoEDL/elpis/pull/255