VideoAnalysis/README.md

23 lines
509 B
Markdown
Raw Normal View History

2023-05-20 13:23:06 +04:00
Окружение: Python 3.10
Сервис: http://kb.athene.tech/swagger-ui/index.html
Ручная установка зависимостей:
```commandline
pip install -r requirements.txt
```
2023-06-22 12:12:08 +04:00
Ручная установка зависимостей для mac с Apple Silicon:
```commandline
pip install -r requirements-mac.txt
```
2023-05-20 13:23:06 +04:00
Запуск:
2023-05-20 13:24:43 +04:00
```commandline
2023-05-20 13:24:57 +04:00
main.py <Ontology UID> <Image Path>
main.py 5cc5570b-6ed9-3b33-9db4-bdb8ecb9f890 "test-data/lectionAudi/2021-03-12 13-48-31.JPG"
2023-05-20 13:23:06 +04:00
```