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.
 
 
 
 
Vladislav Moiseev e1c1ca56ec Скрипты и стили вынесены в отдельные файлы 1 year ago
.run Fix ontology uid 1 year ago
.vscode Перемещение исходников в директорию src 1 year ago
src Немного унифицирована работа с запросами к KB 1 year ago
static Скрипты и стили вынесены в отдельные файлы 1 year ago
test-data Initial commit 1 year ago
.gitignore Миграция на YOLOv8 1 year ago
.prettierrc.json Скрипты и стили вынесены в отдельные файлы 1 year ago
DetectionTestOntology.owx Initial commit 1 year ago
OntologyObjectDetection123.owl Initial commit 1 year ago
README.md Небольшое приведение кода и README в порядок 1 year ago
requirements-mac.txt Add requirements-mac.txt 1 year ago
requirements.txt Первая версия webapp 1 year ago

README.md

Окружение: Python 3.10

Сервис: http://kb.athene.tech/swagger-ui/index.html

Настройка виртуальной среды и установка зависимостей:

python -m venv --clear .venv

.venv\Scripts\activate.bat
# или
.\.venv\Scripts\Activate.ps1
# или
source .venv/bin/activate

python -m pip install -r requirements.txt

Запуск:

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"