Skip to content
Snippets Groups Projects
README 586 B
Newer Older
Benoit Favre's avatar
Benoit Favre committed
Deps:

- gtk3 for python2 (package is python2-gobject in archlinux, as well as gtk3)
- get and compile https://github.com/alumae/gst-kaldi-nnet2-online (which requires kaldi)

Install:

./download-models.sh

copy libgstkaldionline2.so to ./asr/ or change GST_PLUGIN_PATH in main.py to point to its directory

Run:

python2 main.py

Doc:

developing with pygtk3: http://lazka.github.io/pgi-docs/, https://python-gtk-3-tutorial.readthedocs.org/en/latest/

Todo:

- use GtkSourceView to allow editing the xml file directly
- model selection in config file
- integrate new xml with actions