Skip to content
/ hmmlab Public

HMMLab is a Hidden Markov Model editor oriented on HMMs for speach recognition. It can create, edit, train and visualize HMMs. HMMLab supports loading/saving HMMs from/to HTK files.

Notifications You must be signed in to change notification settings

microo8/hmmlab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HMMLab

HMMLab is a Hidden Markov Model editor oriented on HMMs for speach recognition. It can create, edit, train and visualize HMMs. HMMLab supports loading/saving HMMs from/to HTK files.

Compilation

Before compilation you must install:

You must use Python3.

Go to hmmlab/ directory:

$ python3 setup.py build
$ sudo python3 setup.py install

Now you have a script in /usr/bin named hmmlab.

Or on a rpm distibution you can simply download the rpm package in the dist section. It will install all dependencies.

You must create a configuration file in ~/.config/hmmlab.conf and it might look like:

[mainwindow]
width = 800
height = 600

[model]
width = 80
height = 40

Running $ hmmlab will start the HMMLab application. Have fun :)

About

HMMLab is a Hidden Markov Model editor oriented on HMMs for speach recognition. It can create, edit, train and visualize HMMs. HMMLab supports loading/saving HMMs from/to HTK files.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published