What problem does it solve? It enables local, open-source visual question answering and image understanding without relying on paid APIs like GPT-4V, letting you caption images, answer questions about them, and hold multi-turn image conversations on your own GPU. ## Core Features & Use Cases - Visual Question Answering: Ask natural-language questions about images using LLaVA models (7B, 13B, 34B) via Python, CLI, or a Gradio web UI. - Multi-turn Image Dialogue: Maintain conversation context across multiple questions about the same image. - Custom Fine-tuning: Train on your own instruction data with full fine-tuning or memory-efficient LoRA, including 4-bit/8-bit quantization for lower VRAM. - Use Case: A team building a document-understanding chatbot loads llava-v1.5-7b with 4-bit quantization on a single GPU and queries scanned document images through the interactive CLI. ## Quick Start Ask the agent to load the llava-v1.5-7b model and describe what is in a given image file.