computer-vision

Analyze images with classification, object detection, OCR, and segmentation.

4|1|Updated Jan 7, 2026
One-click install
npx skills add https://github.com/an8079/take-skills --skill computer-vision-an8079
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: computer-vision
Source: https://github.com/an8079/take-skills/tree/main/skills/computer-vision
Command: npx skills add https://github.com/an8079/take-skills --skill computer-vision-an8079

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires torch, torchvision, ultralytics, paddleocr, pytesseract, transformers, diffusers, opencv-python, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill enables the automated analysis and understanding of visual data, transforming raw images into actionable information for various applications.

Core Features & Use Cases

  • Image Classification: Categorize images based on their content (e.g., product types, scenes).
  • Object Detection: Identify and locate specific objects within an image (e.g., detecting products in e-commerce photos).
  • OCR: Extract text from documents and images.
  • Image Segmentation: Delineate precise boundaries of objects within an image.
  • Style Transfer & Super-Resolution: Modify image aesthetics or enhance image quality.
  • Use Case: Automatically tag thousands of product images for an e-commerce platform, identify and extract text from scanned invoices, or detect inappropriate content in user-uploaded images.

Quick Start

Use the computer-vision skill to detect all objects in the image 'product_photo.jpg'.

Frequently Asked Questions about computer-vision

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

FAQPage Schema
How do I extract text from scanned invoices using OCR?

Object detection in e-commerce product photos is handled using YOLO and PyTorch frameworks to identify and locate specific products, enabling automated tagging across large image catalogs.

Can I use PyTorch models for object detection in e-commerce product photos?

Yes, you can use PyTorch models for object detection in e-commerce product photos; the Skill leverages YOLO via the Ultralytics dependency to identify and locate specific products within images.

What is the best way to enhance image quality through super-resolution?

To enhance image quality through super-resolution, the Skill applies deep learning models from the diffusers and transformers frameworks to reconstruct high-resolution outputs from low-resolution inputs.

Does this computer vision suite support content moderation for user-uploaded images?

Yes, this computer vision suite supports content moderation for user-uploaded images by applying image classification and object detection models to automatically flag inappropriate visual content.

How do I train an image classification model to categorize product types?

To categorize product types, the Skill applies image classification powered by PyTorch and torchvision, training deep learning models to automatically assign category labels to product images.

Do I need OpenCV installed to perform image segmentation?

Yes, opencv-python is required to perform image segmentation, as it provides the underlying image manipulation framework needed to delineate precise object boundaries within images.