cv-pipeline-builder

Installation
SKILL.md

Computer Vision Pipeline Builder

Overview

Specialized ML pipelines for computer vision tasks. Handles image preprocessing, data augmentation, CNN architectures, transfer learning, and deployment for production CV systems.

CV Tasks Supported

1. Image Classification

from specweave import CVPipeline

# Binary or multi-class classification
pipeline = CVPipeline(
    task="classification",
    num_classes=10,
    increment="0042"
)
Related skills

More from anton-abyzov/specweave

Installs
17
GitHub Stars
134
First Seen
Jan 22, 2026