Metadata-Version: 2.1
Name: kaldi-hmm-gmm
Version: 1.1.1
Home-page: https://github.com/csukuangfj/kaldi-hmm-gmm
Author: The next-gen Kaldi development team
Author-email: csukuangfj@gmail.com
License: Apache licensed, as found in the LICENSE file
Classifier: Programming Language :: C++
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: graphviz
Requires-Dist: kaldialign
Requires-Dist: kaldifst
Requires-Dist: numpy
Requires-Dist: kaldilm

# Introduction

[Kaldi][kaldi]'s HMM-GMM  reimplementation with [Eigen][eigen].

[kaldi]: https://github.com/kaldi-asr/kaldi
[eigen]: https://eigen.tuxfamily.org/index.php
