CLIP
Contrastive language-image pre-training model by OpenAI for zero-shot visual classification.
About
CLIP, short for Contrastive Language-Image Pre-Training, is a neural network from OpenAI trained on a large corpus of image and text pairs. It uses a dual encoder design: a vision encoder and a text encoder map images and captions into a shared embedding space, where cosine similarity scores how well any caption describes any image. This enables zero-shot image classification, since arbitrary class names can be written as text prompts and matched against an image without task-specific training; OpenAI reported that CLIP matches the original ResNet-50's ImageNet accuracy in zero-shot evaluation without using any of the 1.28 million labeled training examples. The repository provides pretrained models such as ViT-B/32 with a simple PyTorch API exposing encode_image and encode_text functions, and the approach underpins image search, content filtering, and the text conditioning used by many diffusion models. Released under the MIT license, CLIP is a standard building block for researchers and engineers working on vision-language tasks.
Reviews (0)
Leave a Review
No reviews yet. Be the first to review!
Details
- Price
- Free
- Platform
- Local/Desktop
- Difficulty
- Intermediate (3/5)
- License
- MIT
- Minimum VRAM
- 4 GB
- Added
- Apr 3, 2026
Related Tools
Lightweight face recognition and analysis framework wrapping multiple models.
Foundation model for monocular depth estimation by TikTok.
Monocular depth estimation model producing detailed depth maps from single images.
Meta AI research platform for object detection, segmentation, and pose estimation.
Self-supervised vision transformer by Meta producing universal visual features.
Simple and effective multi-object tracking using every detection box.