Go to file
2022-02-03 18:16:08 +04:00
.run Fix project structure for server running 2022-02-03 18:16:08 +04:00
src Fix project structure for server running 2022-02-03 18:16:08 +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
main.py Fix project structure for server running 2022-02-03 18:16:08 +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