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"
)