This commit is contained in:
malvm 2026-07-21 14:57:01 +04:00
parent 8115224846
commit b3308e6e64
29 changed files with 1 additions and 0 deletions

0
.agents/PROJECT_CONTEXT.md Normal file → Executable file
View file

0
.agents/PROJECT_ISSUES.md Normal file → Executable file
View file

0
.gitignore vendored Normal file → Executable file
View file

0
Dockerfile Normal file → Executable file
View file

0
README.md Normal file → Executable file
View file

1
docker-compose.yml Normal file → Executable file
View file

@ -19,4 +19,5 @@ services:
- driver: nvidia
count: all
capabilities: [gpu]
ipc: host
restart: unless-stopped

0
pyproject.toml Normal file → Executable file
View file

0
scripts/create_yolo26_smoke_datasets.py Normal file → Executable file
View file

0
scripts/run_yolo26_smoke_training.py Normal file → Executable file
View file

0
scripts/verify_mlflow_smoke.py Normal file → Executable file
View file

0
src/yolo_webui/__init__.py Normal file → Executable file
View file

0
src/yolo_webui/__main__.py Normal file → Executable file
View file

0
src/yolo_webui/app.py Normal file → Executable file
View file

0
src/yolo_webui/config.py Normal file → Executable file
View file

0
src/yolo_webui/dataset_splitter.py Normal file → Executable file
View file

0
src/yolo_webui/export_runner.py Normal file → Executable file
View file

0
src/yolo_webui/static/app.js Normal file → Executable file
View file

0
src/yolo_webui/static/index.html Normal file → Executable file
View file

0
src/yolo_webui/static/style.css Normal file → Executable file
View file

0
src/yolo_webui/subprocess_runner.py Normal file → Executable file
View file

0
src/yolo_webui/trainer.py Normal file → Executable file
View file

0
tests/frontend_smoke.js Normal file → Executable file
View file

0
tests/test_app.py Normal file → Executable file
View file

0
tests/test_config.py Normal file → Executable file
View file

0
tests/test_frontend.py Normal file → Executable file
View file

0
tests/test_splitter.py Normal file → Executable file
View file

0
tests/test_subprocess_runner.py Normal file → Executable file
View file

0
tests/test_trainer.py Normal file → Executable file
View file

0
uv.lock generated Normal file → Executable file
View file