Go to file
2023-05-16 17:23:30 +04:00
.run Fix project structure for server running 2022-02-03 18:16:08 +04:00
src Add support of multipart terms 2023-05-16 17:23:30 +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 Add support of multipart terms 2023-05-16 17:23:30 +04:00
ontology-0.owl Add support of multipart terms 2023-05-16 17:23:30 +04:00
ontology-1.owl Add support of multipart terms 2023-05-16 17:23:30 +04:00
ontology.owl Add support of multipart terms 2023-05-16 17:23:30 +04:00
readme.md Update readme.md 2022-02-03 18:20:15 +04:00
requirements.txt Update dependency 2022-06-28 17:12:15 +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