#10 · Primary category: Foundation Models
open_clip
An open source implementation of CLIP.
Project last updated:08/28/26
GitHub Stars
14.1K
Forks
1.3K
Contributors
71
License
Other
Why we included this project
OpenCLIP is the open-source CLIP implementation most teams build on when they need contrastive vision-language training in PyTorch. It learns a shared embedding space for images and text, which covers zero-shot classification, cross-modal retrieval, and semantic search, and the repo includes both the code to train models and a large set of pretrained checkpoints that load in a few lines. Training scales from fine-tuning on a single GPU to full clusters, with distributed and FSDP2 support. The main branch has grown well beyond the original model, adding variable-resolution image towers, audio-text variants, and newer decoder-style families, while the v3 branch keeps a stable API for teams that prefer not to chase experimental changes. If you would otherwise reimplement contrastive pretraining from scratch, this is a solid, reproducible starting point.
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.
CLIP
CLIP (Contrastive Language-Image Pretraining), Predict the most relevant text snippet given an image
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