What problem does it solve?
Query images with a local Ollama vision model without loading the image into the main agent context. Use when you need to describe a screenshot, check whether rendered content is present, detect overlapping elements, or ask any visual question about a PNG/JPEG/WebP file.
Core Features & Use Cases
- Local image analysis via Gemma 4 through Ollama, enabling on-device descriptions without exposing data.
- Supports concise scene description, layout awareness, color and text detection, and checks for overlapping UI elements.
- Use cases include PR description generation, asset validation, and visual QA for rendered canvases.
Quick Start
Describe a target image by running the local vision script against a file to obtain a concise summary of its content.