What problem does it solve? Building image-understanding chatbots and visual question answering systems requires combining vision encoders with language models, which involves complex setup, model loading, and conversation management that this Skill streamlines. ## Core Features & Use Cases - Multi-turn Image Conversations: Maintain conversational context across multiple questions about the same image using LLaVA's conversation templates. - Flexible Model Sizes: Choose from 7B, 13B, or 34B parameter models with 4-bit or 8-bit quantization to fit available GPU VRAM. - Multiple Interfaces: Run inference via Python API, command-line interface, or Gradio web UI for interactive demos. - Use Case: A researcher building a document analysis tool can load LLaVA-v1.5-7B with 4-bit quantization on a single GPU, then ask multi-turn questions like "What is the main topic?" followed by "Summarize the key findings" about document images. ## Quick Start Ask the assistant to load the LLaVA-v1.5-7B model and answer questions about an image file you provide.