LV

    Llava Vision Assistant

    by Edric Vale

    1

    Use a LLaVA vision-language model for visual question answering, image captioning, OCR and region-level grounding. Covers local inference via transformers/llama

    Secure checkout via Stripe

    0 installsSecurity scanned

    Works with the AI tools you already use

    CClaude CodeCCursorCCodex CLIGGitHub CopilotGGemini CLI+17 more

    See it in action

    You say

    Show me how to use llama.cpp to get the bounding box of a 'Submit' button in screenshot.png using LLaVA.

    Your agent does

    Use the llama-llava-cli with the GGUF model and mmproj file. Prompt: "Output the bounding box of the Submit button as x1,y1,x2,y2 normalized to 0-1000." Result: [450, 800, 550, 850]. Use Pillow to draw this box on your source image to verify the hit.

    What you get

    Automate bug report descriptions from application screenshots.Transcribe text from images using local offline inference.Locate UI elements spatially using normalized bounding boxes.Generate image captions for batch dataset processing.Perform visual verification of objects in a scene.

    About this skill

    The problem

    Integrating visual intelligence into apps often forces a choice between expensive proprietary APIs or complex, undocumented local setups. Extracting text from screenshots or identifying UI elements programmatically remains brittle without a multimodal model.

    What it does

    • Implements visual question answering (VQA) for screenshots, photos, and charts.
    • Performs OCR to transcribe text verbatim from images into raw text lines.
    • Executes region-level grounding to identify object coordinates via normalized bounding boxes.
    • Configures local inference via transformers or llama.cpp for fully offline processing.
    • Handles batch image processing for dataset pre-labeling and validation.

    Frameworks & tools

    Hugging Face Transformers, llama.cpp, GGUF, Python, Pillow, and LLaVA 1.5 checkpoints.

    Why this beats prompting it yourself

    Prompting a vision model is only half the battle. This skill provides the exact templates for local GPU/CPU deployment and the post-processing scripts needed to turn raw model output into structured data like bounding boxes and JSON lines.

    Use cases

    • Describe screenshots automatically to populate bug reports or documentation.
    • Extract structured data from legacy dashboard photos where no API exists.
    • Automate UI testing by locating buttons and elements via spatial grounding.
    • Pre-label large image datasets before manual human review.

    Known limitations

    Not suitable for pixel-level editing or high-stakes medical diagnosis. Dense document parsing is better handled by dedicated OCR engines.

    How to install

    Drop the file into your AI Agent. Works with Claude, Cursor, ChatGPT, and 20+ more.

    Reviews

    No reviews yet

    Be one of the first to try it. Every listed skill passes our trust checks below.

    Security scanned

    Passed our 8-point scan before listing

    Fresh listing

    Recently published to Agensi

    30-day refund

    Not a fit? Get your money back

    More reviews for Edric Vale5.0(1)

    Feedback buyers left on other skills by the same creator.

    Frequently Asked Questions

    Browse More Skills