liupeirong / MLOpsManufacturing

Demonstrate samples and good engineering practice for operationalizing machine learning solutions.
Other
21 stars 9 forks source link

Running kaldi in Azure Machine Learning Pipeline step #13

Closed h2floh closed 3 years ago

h2floh commented 4 years ago

This is a concrete requirement based on #12 .

The tool to run in the AML Pipeline step is Kaldi

There are two approaches:

h2floh commented 3 years ago

Glossary

Term Remark
Kaldi Kaldi Speech Recognition Toolkit

Scenario or use case

Kaldi as a well known and used OpenSource library for doing speech recognition. It is used in a number of enterprise Machine Learning projects as well. Goal is to provide a sample to demonstrate how Kaldi can be run from within an AML pipeline.

The project teams already successfully implemented Kaldi based preprocessing steps in the field.

Acceptance criteria

Stretch Goal