Skip to content

VLM-AutoYOLO v1.5.2

Choose a tag to compare

@github-actions github-actions released this 05 Jun 09:34
· 109 commits to master since this release

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 -d

Access:

Docker Images

docker pull ghcr.io/Somnusochi/VLM-AutoYOLO-frontend:v1.5.2
docker pull ghcr.io/Somnusochi/VLM-AutoYOLO-backend:v1.5.2

Manual Setup

See README for detailed instructions.

Full Changelog: v1.5.1...v1.5.2