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 without sending data to external services. ## Core Features & Use Cases - Conversational Image Analysis: Load LLaVA models (7B to 34B parameters) and chat about images across multiple turns with maintained context. - Flexible Deployment: Run via Python API, CLI, or a Gradio web interface, with 4-bit and 8-bit quantization to reduce VRAM requirements. - Custom Fine-Tuning: Train on your own instruction data using full fine-tuning or memory-efficient LoRA with DeepSpeed support. - Use Case: Build a document understanding assistant that answers questions about scanned forms, or a chatbot that describes and discusses uploaded photos. ## Quick Start Ask the agent to load the llava-v1.5-7b model and describe what is in the attached image file.