#2 · Primary category: Foundation Models
CLIP
CLIP (Contrastive Language-Image Pretraining), Predict the most relevant text snippet given an image
Project last updated:03/25/26
GitHub Stars
34.2K
Forks
4.0K
Contributors
23
License
MIT
Why we included this project
CLIP is the reference implementation of contrastive language-image pretraining, the approach that changed how vision models are built and evaluated. Instead of training on fixed label sets, it learns a shared embedding space where images and natural-language descriptions sit side by side, so a single model can answer open-ended questions like 'which of these labels best matches this picture?' without any task-specific fine-tuning. If you're building zero-shot image classifiers or semantic image search, the clean Python API and ready-to-load pretrained checkpoints (ViT and ResNet variants) are a good place to start. The repo also ships worked examples for zero-shot prediction and linear-probe evaluation, so you can benchmark the model against your own data before committing to a larger stack. It remains the baseline that most newer vision-language models are measured against, so understanding it pays off even if you end up using a derivative.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
transformers
🤗 Transformers: the model-definition framework for state-of-the-art machine learning models in text, vision, audio, and multimodal models, for both inference and training.
MiniCPM-V
A Pocket-Sized MLLM for Ultra-Efficient Image and Video Understanding on Your Phone
generative-models
Generative Models by Stability AI
unilm
Large-scale Self-supervised Pre-training Across Tasks, Languages, and Modalities
DeepSeek-Coder
DeepSeek Coder: Let the Code Write Itself