What problem does it solve?
This Skill provides a zero-shot method to map images and text into a shared embedding space so you can classify, search, and match visual content without collecting or fine-tuning on labeled data.
Core Features & Use Cases
- Zero-shot image classification: assign natural-language labels to images with no training required.
- Image-text similarity & retrieval: compute cross-modal similarity for semantic search and caption matching.
- Embeddings for vector databases: produce normalized image and text vectors for use with FAISS/Chroma.
- Content moderation and batch processing: detect unsafe categories and efficiently process large image sets.
- Use Case: build a semantic image search that returns the most relevant photos for a textual query using CLIP embeddings.
Quick Start
Load the ViT-B/32 model, preprocess your image, tokenize candidate labels, and compute zero-shot probabilities to obtain the top predicted labels.