What problem does it solve? Classifying images or searching image collections normally requires training a custom model on labeled data. CLIP removes that requirement by matching images against natural-language descriptions, enabling zero-shot classification, semantic image search, and content moderation without any fine-tuning. ## Core Features & Use Cases - Zero-Shot Image Classification: Classify images into arbitrary text categories with no training data, using models from RN50 up to ViT-L/14. - Semantic Image Search & Retrieval: Encode images and text into a shared embedding space for cross-modal search, and integrate embeddings with vector databases like Chroma or FAISS. - Content Moderation & Deduplication: Score images against safety categories or detect near-duplicate images via cosine similarity. - Use Case: Index a folder of product photos, then query it with "a red sneaker on white background" to instantly retrieve the most relevant images ranked by similarity. ## Quick Start Use the clip skill to classify photo.jpg against the labels dog, cat, bird, and car and show the probability for each.