What problem does it solve? Building image-understanding chatbots typically requires expensive proprietary APIs like GPT-4V. This Skill lets you run open-source vision-language models locally for image captioning, visual question answering, and multi-turn image conversations. ## Core Features & Use Cases - Visual Question Answering: Ask natural-language questions about images and receive detailed answers using CLIP vision encoders combined with Vicuna/LLaMA language models. - Multi-Turn Image Chat: Maintain conversational context across multiple questions about the same image, with CLI, Python API, and Gradio web UI interfaces. - Custom Fine-Tuning: Train on your own instruction data with full fine-tuning or memory-efficient LoRA, plus 4-bit/8-bit quantization to reduce VRAM requirements. - Use Case: Deploy a self-hosted document understanding assistant that answers questions about scanned forms and charts without sending data to external APIs. ## Quick Start Ask the assistant to load the llava-v1.5-7b model and describe what is in a given image file.