VLM-AutoYOLO v1.5.2
What's Changed
- fix: move import os to top of main.py (ruff E402) (4f83f9e)
- feat: integrate cloud benchmark records, optimize global loading UI, and enhance frontend deployment compatibility (ed1c024)
- chore(license): update open source license to AGPL-3.0 (be6da90)
- docs: move Open to Work badge before Stars (560fbc0)
- docs: add Open to Work badge with mailto link to README headers (a60fff5)
Installation
Docker (Recommended)
curl -O https://raw.githubusercontent.com/Somnusochi/VLM-AutoYOLO/master/docker-compose.yml
docker compose up -dAccess:
- Frontend: http://localhost
- API Docs: http://localhost:8000/docs
Docker Images
docker pull ghcr.io/Somnusochi/VLM-AutoYOLO-frontend:v1.5.2
docker pull ghcr.io/Somnusochi/VLM-AutoYOLO-backend:v1.5.2Manual Setup
See README for detailed instructions.
Full Changelog: v1.5.1...v1.5.2