llava

Analyze images and answer questions using vision-language models.

1|Updated Jul 31, 2026
One-click install
npx skills add https://github.com/icyzh/hermes-web --skill llava-icyzh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: llava
Source: https://github.com/icyzh/hermes-web/tree/main/optional-skills/mlops/llava
Command: npx skills add https://github.com/icyzh/hermes-web --skill llava-icyzh

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill bridges the gap between visual input and conversational AI, allowing users to perform complex visual reasoning tasks that standard text-only models cannot handle.

Core Features & Use Cases

  • Visual Question Answering: Ask specific questions about the contents of an image to receive detailed, context-aware answers.
  • Image Captioning & Analysis: Generate descriptive captions or perform scene understanding for various image types, including documents.
  • Multi-turn Dialogue: Maintain conversation history to refine understanding of an image through follow-up questions.

Quick Start

Use the llava skill to analyze the provided image and describe the objects and text found within it.

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 conversational AI?

Visual question answering via conversational AI lets you ask specific questions about image contents to receive detailed, context-aware answers. This skill bridges visual input and text models for complex visual reasoning tasks.

Can I maintain multi-turn dialogue to refine image analysis with follow-up questions?

Multi-turn dialogue maintains conversation history to refine image analysis through follow-up questions. You can progressively explore an image's contents, transitioning from general scene understanding to specific object detection.

Do I need transformers and torch to run multimodal vision-language inference?

You need transformers, torch, and pillow to run multimodal vision-language inference. These deep learning frameworks provide the high-performance environment required for processing visual inputs alongside text-based conversational instructions.

What is the best way to analyze text and objects found within a document image?

Analyzing text and objects within a document image is best handled through multimodal vision-language chat. This approach supports document analysis by generating descriptive captions and performing scene understanding for various image types.

Does visual instruction following work for multi-turn image-based dialogue?

Visual instruction following works for multi-turn image-based dialogue by maintaining conversation history. This allows you to ask specific questions about image contents and receive context-aware answers throughout the interaction.

Why use a vision-language model instead of a standard text-only model for image understanding?

A vision-language model is required over standard text-only models because it bridges the gap between visual input and conversational AI. It enables complex visual reasoning and instruction following that text-only architectures cannot handle.