Releases: Annotation-Garden/image-annotation
Releases · Annotation-Garden/image-annotation
Release list
Release 0.3.0-beta
Image Annotation Dashboard 0.3.0-beta
Changes
- 61e42e8 Merge pull request #18 from Annotation-Garden/feature/opus-4-8-vision-neuro
- a3ed9ec Log model fallback instead of silent swap
- 5e6043d Harden populator; refresh HED with validity repair
- 960290b Bump version to 0.3.0-beta
- 2d4b702 Default dashboard to Claude Opus 4.8
- 77f6c0a Add Claude Opus 4.8 vision_neuro annotations
- fb40817 Merge pull request #16 from Annotation-Garden/15-chore-migrate-from-npm-to-pnpm
- 41a53d0 chore: migrate frontend to pnpm
- 77ea388 fix: correct domain to annotation.garden/image-annotation/, embed logo in SVG
- 19c1a3a feat: add OG images and social meta tags
- 8dde177 Update VERSION.md for v0.2.0-beta release
Deployment
The dashboard is automatically deployed to Cloudflare Pages:
- Production: https://annotation.garden/image-annotation
From Source
git clone https://github.com/Annotation-Garden/image-annotation.git
cd image-annotation
git checkout v0.3.0-beta
# Frontend
cd frontend
pnpm install
pnpm run dev
# Backend (optional)
pip install -e .Documentation
See README.md for setup and usage instructions.
Release 0.2.0-beta
Image Annotation Dashboard 0.2.0-beta
Changes
- 5501850 Merge pull request #14 from Annotation-Garden/feature/hed-annotations-v0.2.0
- e472150 Improve HED section UI with badges and copy buttons
- f551272 Bump version to 0.2.0-beta
- 36b008e Add sample LLM HED annotation to image 1
- 699550b Add HED annotation UI and compact layout
- dfd5f55 Add HED annotation types and human HED data
Deployment
The dashboard is automatically deployed to Cloudflare Pages:
- Production: https://annotation.garden/image-annotation
From Source
git clone https://github.com/Annotation-Garden/image-annotation.git
cd image-annotation
git checkout v0.2.0-beta
# Frontend
cd frontend
npm install
npm run dev
# Backend (optional)
pip install -e .Documentation
See README.md for setup and usage instructions.
Release 0.1.5-beta
Image Annotation Dashboard 0.1.5-beta
Changes
- 1bbc02f Bump version to 0.1.5-beta
- b2181da Merge pull request #13 from Annotation-Garden/feature/semantic-versioning
- 9d86980 Add semantic versioning system (v0.1.4-beta)
- 93e0709 Remove GitHub Pages workflow
- c3b5904 Fix Safari: explicitly resolve URLs against base
- e177415 Use relative paths for base tag compatibility
- fb0f8ec Merge pull request #11 from Annotation-Garden/feature/cloudflare-pages
- b382a58 Add copy-static-assets.sh for Cloudflare build
- 2b7a6bf Remove basePath for Cloudflare Pages deployment
- 7817f1b Keep GitHub Pages workflow (Cloudflare uses direct GitHub integration)
- 78b55fa Migrate deployment from GitHub Pages to Cloudflare Pages
- 988b6cd Add platform metadata to annotation files and display in dashboard
- 48d164e Merge pull request #10 from Annotation-Garden/claude/update-gpu-docs-01UeUn4bN1MiBzCjTQTdbKvt
- 9fb3b9b Add hybrid platform info: global default with per-annotation overrides
- 129d233 Add tsconfig.tsbuildinfo to gitignore
- 471e8c2 Add platform info display to frontend dashboard
- 2c40950 Add automatic GPU/platform detection for inference tracking
- 70fcda1 Add inference platform documentation (NVIDIA RTX 4090 GPU)
- 11d4f47 Merge pull request #7 from Annotation-Garden/fix/response-sanitization-issue-4
- c5d64b3 Streamline quality control documentation
- 069b6d8 Remove 143 problematic prompts for re-annotation
- e0363e8 Add targeted re-annotation script for missing prompts
- cca635d Update documentation with corrected statistics
- 0814ce2 Disable schema validation by default in quality check
- 925fbb9 Refactor to eliminate code duplication
- 065ccea Flag 143 problematic annotations for quality control
- 2923c67 Fix false positives in repetitive pattern detection
- 67989a2 Add quality control documentation
- 5cc99ea Add flagging and removal tools for problematic annotations
- e7a9bf4 Add quality check script for annotation validation
- 5c63853 Merge pull request #3 from Annotation-Garden/feature/dark-mode
- 38152bd Add dark mode support to components
- 86f424b Add dark mode support to main dashboard
- 662e50e Add dark mode infrastructure
- 05fe205 Center dataset text under project badge
- a6a0bc7 Fix alignment of dataset text under project badge
- 4a06542 Make project name and dataset more prominent in header
- bfc9a19 Update header with proper AGI branding
- b808c97 Remove PR check workflow
- dab3d24 Update frontend to AGI theme with draggable slider and build check workflow
- 26e2c43 Merge pull request #1 from Annotation-Garden/agi-branding-high-priority
- d787107 Update repository URLs to Annotation-Garden organization
- cfeff89 Update README with AGI branding and context
- d283eef Add AGI logo files to frontend
- dfebb4f Update .gitignore for better project coverage
- 96f5acb Update README and CONTRIBUTING from source repository
- 2b4f7a3 Add AGI-specific documentation and branding checklist
- 8896762 Add GitHub workflows and templates
- d16d046 Add configuration and data directories
- 756e817 Add processing and utility scripts
- 7126b0d Add Next.js frontend dashboard
- 9ac46bd Add source code and test suite
- dc32798 Add Python project configuration and license
- 77cb3bc Add gitignore for dependencies and build artifacts
- 56da11c Add image-annotation repository documentation
Deployment
The dashboard is automatically deployed to Cloudflare Pages:
- Production: https://annotation.garden/image-annotation
From Source
git clone https://github.com/Annotation-Garden/image-annotation.git
cd image-annotation
git checkout v0.1.5-beta
# Frontend
cd frontend
npm install
npm run dev
# Backend (optional)
pip install -e .Documentation
See README.md for setup and usage instructions.