Uses autoimprove to automatically optimize different asset types
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
45
commits
docs: update all documentation to reflect current codebase
0a6e4dbView on GitHubchore: add data/ to gitignore (runtime DB + generated images)
35c2ff2View on GitHubfeat: fix Gemini image provider, add Gemini comparison experiment
ff5dcc8View on GitHubfeat: wire up UI with real iteration data, scores, images
6018781View on GitHubfeat: add iterations API endpoint with scores and asset versions
ce1f91dView on GitHubfeat: add full visual image optimization example with DB persistence
a748c2fView on GitHubfeat: UI shows best generated image and cost summary on experiment detail
4939dc2View on GitHubfeat: add image serving endpoint GET /api/v1/assets/{id}/image
2da51b4View on GitHubfeat: add create_engine() factory function with optional image provider
bd3bc1bView on GitHubfeat: add ImageStorage helper and image-visual evaluation config
e182566View on GitHubfix: set image_cost to 0.0 when image provider is active
f735eddView on GitHubfeat: engine generates images in loop, multimodal judging, visual feedback, early stop
5aabf6fView on GitHubfeat: AIJudgeScorer accepts optional image, filters criteria by requires_image
480fc19View on GitHubfeat: add multimodal judge support to Anthropic and Gemini providers
6db2a0aView on GitHub