llava

Process images with LLaVA for visual question answering and captioning.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/DoanNgocCuong/continuous-training-pipeline_T3_2026 --skill llava-doanngoccuong
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: llava
Source: https://github.com/DoanNgocCuong/continuous-training-pipeline_T3_2026/tree/main/.claude/skills/llava
Command: npx skills add https://github.com/DoanNgocCuong/continuous-training-pipeline_T3_2026 --skill llava-doanngoccuong

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill enables AI to understand and interpret visual information from images, allowing for detailed analysis and conversational interaction based on visual content.

Core Features & Use Cases

  • Visual Question Answering (VQA): Ask questions about an image and get accurate answers.
  • Image Captioning: Generate descriptive text for images.
  • Multi-turn Image Chat: Engage in a back-and-forth conversation about an image.
  • Use Case: Upload a photo of a park and ask "What breed is the dog?" or "What activities are happening?".

Quick Start

Use the llava skill to describe the image provided.

Frequently Asked Questions about llava

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

FAQPage Schema
How do I perform visual question answering on an image using a multimodal AI?

Visual question answering uses multimodal AI to process image pixels and text queries. This skill leverages CLIP vision encoders with transformer language models to answer questions about visual content directly. You simply provide an image and ask a question.

Can I generate image captions automatically with large language and vision models?

Generating image captions with large language and vision models is fully supported. By integrating CLIP vision encoders with transformer-based language models, the system analyzes visual information and automatically outputs descriptive text for your images.

Does this multimodal conversational AI support multi-turn image chat?

Multimodal conversational AI supports multi-turn image chat by maintaining dialogue context. You can engage in back-and-forth conversations about an image, asking follow-up questions about specific details or activities happening in the visual content.

What dependencies do I need to run vision-language models for image analysis?

Running vision-language models for image analysis requires installing transformers, torch, and pillow. These dependencies provide the foundational transformer architectures, tensor computations, and image processing capabilities needed to handle visual inputs.

How does LLaVA integrate CLIP vision encoders with transformer-based language models?

LLaVA integrates CLIP vision encoders with transformer-based language models by mapping visual features into the language model's input space. This multimodal architecture allows the transformer to process both text and image tokens for coherent visual reasoning.