Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 1.16 KB

File metadata and controls

48 lines (33 loc) · 1.16 KB

d EDL ASR Toolkit

A toolkit to perform online deep speech recognition

Modules

This Toolkit contains:

Setup

The environment is managed with poetry

git clone edl_asr_toolkit
cd edl_asr_toolkit
poetry install

The modules need some assets and data to work properly (tokenizers, models, etc...) You will need to provide an assets directory and a data directory with expected models, tokenizers, data etc... These are available on S3

Demos

Functionalities

jupyter lab
# Open notebooks in notebook folders

Local Server

TBD

Dev

  • Codebase linted with flake8
  • Codebase autofixed with black
  • Codebase tested with unittest, each submodule is tested separately