Go to file
2024-05-04 12:35:12 +04:00
.run Fix project structure for server running 2022-02-03 18:16:08 +04:00
old-ontology Move old ontologies to a separate path 2023-06-03 00:19:41 +04:00
src Migrate to new libs 2024-05-04 12:35:12 +04:00
wav Add examples, fix runner for new wav file usage 2022-02-03 18:03:18 +04:00
.flake8 Migrate to new libs 2024-05-04 12:35:12 +04:00
.gitignore Initial commit 2022-01-13 20:23:35 +04:00
experiments.xlsx Add experiments.xlsx 2023-06-03 00:28:15 +04:00
main.py Migrate to new libs 2024-05-04 12:35:12 +04:00
new-ontology.owx Fix ontology 2023-06-02 17:40:43 +04:00
readme.md Update readme.md 2022-02-03 18:20:15 +04:00
requirements.txt Migrate to new libs 2024-05-04 12:35:12 +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