llava

Combine CLIP vision encoder with Vicuna/LLaMA language models for multi-turn image chat.

Updated Jul 3, 2026
One-click install
npx skills add https://github.com/LynxLabVN/office-agent --skill llava-lynxlabvn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: llava
Source: https://github.com/LynxLabVN/office-agent/tree/main/agent-core/optional-skills/mlops/llava
Command: npx skills add https://github.com/LynxLabVN/office-agent --skill llava-lynxlabvn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires transformers, torch, pillow, and includes scripts (resource) and references (resource) components.

What problem does it solve?

LLaVA addresses the challenge of combining visual and language understanding, enabling complex tasks like image-based conversations and visual question answering.

Core Features & Use Cases

  • Vision-Language Chatbots: Build conversational image understanding bots.
  • Visual Question Answering (VQA): Answer questions based on images.
  • Instruction Following: Follow visual instructions provided in images.
  • Use Case: For a retail business, LLaVA can assist in visual product description generation and customer query resolution based on product images.

Quick Start

Load the LLaVA model and generate a response to the image 'product.jpg' with the prompt 'What is the product in the image?'.

Frequently Asked Questions about llava

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build a vision-language chatbot for visual question answering?

Visual question answering combines a CLIP vision encoder with Vicuna or LLaMA language models to process images and text. You can build a vision-language chatbot by loading the model and passing an image file with a text prompt to generate multi-turn image-based conversations.

What is the best way to perform multi-turn image chat with a language model?

Multi-turn image chat is achieved by combining a CLIP vision encoder with Vicuna or LLaMA language models. This approach enables conversational AI to maintain context across multiple turns while answering questions and following instructions based on visual inputs.

Can I use transformers and torch to generate descriptions from product images?

Yes, you can use transformers and torch to generate visual product descriptions. By combining a CLIP vision encoder with a Vicuna or LLaMA language model, the system processes product images and text prompts to generate descriptions and resolve customer queries.

Do I need pillow to run visual instruction following tasks?

Yes, pillow is required to run visual instruction following tasks alongside transformers and torch. Pillow handles image loading and preprocessing, which prepares the visual input for the CLIP vision encoder before the language model generates a response.

Does visual question answering work for retail product image queries?

Visual question answering works effectively for retail product image queries by combining a CLIP vision encoder with a Vicuna or LLaMA language model. This setup allows the system to analyze product images and generate accurate descriptions or answers to customer questions.

How does combining a CLIP vision encoder with a LLaMA language model work?

Combining a CLIP vision encoder with a LLaMA language model works by mapping visual features into the language model's space. This integration enables the model to understand image content and generate text responses for multi-turn image chat and visual question answering tasks.