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"
)
Installs
17
GitHub Stars
149
First Seen
Jan 22, 2026
cv-pipeline-builder — anton-abyzov/specweave