You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
564 B
Markdown

1 year ago
Окружение: Python 3.10
Сервис: http://kb.athene.tech/swagger-ui/index.html
Настройка виртуальной среды и установка зависимостей:
```commandline
python -m venv --clear .venv
.venv\Scripts\activate.bat
# или
.\.venv\Scripts\Activate.ps1
# или
source .venv/bin/activate
1 year ago
python -m pip install -r requirements.txt
1 year ago
```
1 year ago
Запуск:
1 year ago
```commandline
python main.py <Ontology UID> <Image Path>
python main.py 5cc5570b-6ed9-3b33-9db4-bdb8ecb9f890 "test-data/lectionAudi/2021-03-12 13-48-31.JPG"
1 year ago
```