Go to file
2022-02-03 18:03:18 +04:00
.run Add examples, fix runner for new wav file usage 2022-02-03 18:03:18 +04:00
src Simplify main.py, change protected access modifiers to private 2022-01-27 23:15:40 +04:00
wav Add examples, fix runner for new wav file usage 2022-02-03 18:03:18 +04:00
.gitignore Initial commit 2022-01-13 20:23:35 +04:00
ontology.owl Add initial ontology support 2022-01-25 09:53:33 +04:00
readme.md Add readme.md 2022-01-14 16:58:35 +04:00
requirements.txt Add initial ontology support 2022-01-25 09:53:33 +04:00

mkdir venv

python -m venv venv

source venv/bin/activate

pip install -r requirements.txt