Release 0.7.4a3
HEDit 0.7.4a3
Changes
- 28e0b9e Bump version to 0.7.4a3
- 877a445 Merge branch 'main' of https://github.com/Annotation-Garden/HEDit
- 2ba681f fix: update OG image domain to annotation.garden/hedit
Installation
PyPI (Recommended for CLI):
pip install heditDocker (for API server):
docker pull ghcr.io/Annotation-Garden/HEDit:0.7.4a3From Source:
git clone https://github.com/Annotation-Garden/HEDit.git
cd hedit
git checkout v0.7.4a3
pip install -e .Quick Start
# Initialize with your OpenRouter API key
hedit init --api-key YOUR_KEY
# Generate HED annotation
hedit annotate "A red circle appears on screen"Documentation
See README.md for setup and usage instructions.