llava

Process images and answer questions using vision-language models.

2|Updated Feb 4, 2026
One-click install
npx skills add https://github.com/zhuangbiaowei/smart_bot --skill llava-zhuangbiaowei
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: llava
Source: https://github.com/zhuangbiaowei/smart_bot/tree/main/skills/llava
Command: npx skills add https://github.com/zhuangbiaowei/smart_bot --skill llava-zhuangbiaowei

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill enables AI models to understand and interpret visual information from images, allowing for image-based conversations and analysis.

Core Features & Use Cases

  • Visual Question Answering (VQA): Ask questions about the content of an image.
  • Image Captioning: Generate detailed descriptions of images.
  • Multi-turn Image Chat: Engage in conversational interactions about images.
  • Instruction Following: Perform tasks based on visual input and textual instructions.
  • Use Case: Upload a photo of a park and ask "What breed is the dog?" or "Describe the scene in detail."

Quick Start

Use the llava skill to answer the question "What is in this image?" for the file 'image.jpg'.

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 with an AI model?

Visual question answering is performed by processing images and engaging in multimodal conversations using vision-language models. You can ask specific questions about image content and receive AI-generated answers based on visual analysis.

Can I generate detailed image descriptions using a conversational AI?

Yes, you can generate detailed image descriptions using conversational AI through image captioning tasks. The model interprets visual information from the image and produces text that describes the scene in detail.

What libraries do I need to load vision-language models for image analysis?

You need the transformers, torch, and pillow libraries to load vision-language models for image analysis. These dependencies handle model loading and the processing of image inputs for multimodal tasks.

How do I follow instructions based on visual input and text?

Instruction following based on visual input and text is achieved by processing images alongside textual commands within vision-language models. The system interprets both modalities to execute tasks based on the provided instructions.

How does multi-turn image chat work when analyzing photos?

Multi-turn image chat works by engaging in sequential conversational interactions about images using vision-language models. The AI maintains context across multiple questions to provide continuous analysis of the visual content.