What problem does it solve? Building image-understanding chatbots and visual question answering systems requires integrating a vision encoder with a language model, which involves complex setup, model selection, and VRAM management. This Skill provides ready-to-use instructions for running LLaVA models for conversational image analysis. ## Core Features & Use Cases - Visual Question Answering: Ask natural-language questions about images and receive detailed answers using LLaVA 7B, 13B, or 34B models. - Multi-Turn Image Chat: Maintain conversation context across multiple questions about the same image via CLI, Python API, or Gradio web UI. - Custom Fine-Tuning: Train LLaVA on your own instruction data with full fine-tuning or memory-efficient LoRA, including DeepSpeed multi-GPU support. - Use Case: A team building a document-understanding assistant loads llava-v1.5-7b with 4-bit quantization on a single GPU, then queries scanned document images for their main topics through a Gradio interface. ## Quick Start Ask the agent to load the llava-v1.5-7b model and describe what is in a provided image file.