What problem does it solve? It connects vision and language so you can classify images, search image collections with text queries, and moderate content without training custom models or collecting labeled data. ## Core Features & Use Cases - Zero-Shot Image Classification: Classify images into arbitrary text categories with no training data, matching ResNet-50 accuracy on ImageNet. - Semantic Image Search: Encode images and text into a shared embedding space for cross-modal retrieval and similarity matching. - Content Moderation: Score images against safety categories like NSFW or violent content using natural language labels. - Use Case: Index a folder of product photos with CLIP embeddings stored in ChromaDB, then let users search the catalog with queries like "a sunset over the ocean" and get ranked results instantly. ## Quick Start Use the clip skill to classify the attached photo against the labels dog, cat, bird, and car using the ViT-B/32 model.