Go to file
2022-05-29 01:19:14 +04:00
.run Fix project structure for server running 2022-02-03 18:16:08 +04:00
src Get multiple events sorted by priority from ontology 2022-05-29 01:19:14 +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 Get multiple events sorted by priority from ontology 2022-05-29 01:19:14 +04:00
ontology.owl Add new example to ontology 2022-05-29 01:18:46 +04:00
readme.md Update readme.md 2022-02-03 18:20:15 +04:00
requirements.txt Add initial ontology support 2022-01-25 09:53:33 +04:00

mkdir venv

python -m venv venv

Unix: source venv/bin/activate

Windows CMD: source ./venv/Scripts/activate.bat

Windows PowerShell: source ./venv/Scripts/activate.ps1

pip install -r requirements.txt