openai/CLIP
CLIP (Contrastive Language-Image Pretraining), Predict the most relevant text snippet given an image observed · 2026-08-28
Health v2 · maintenance only
66/100
- Activity 74
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2086
- days_rel: n/a
- days_push: 161
- n_releases_24m: 0
Adoption not part of the score
34236 stars · 4038 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
OpenAI's CLIP is a PyTorch library providing pretrained contrastive language-image models that encode images and text into a shared embedding space. It enables zero-shot image classification and cross-modal retrieval by predicting the most relevant text snippet for a given image.
Use cases
- classify images into arbitrary categories with zero-shot learning
- compute similarity scores between images and text descriptions
- generate image and text embeddings for search
- build image search from natural language queries
- use CLIP embeddings as features for downstream models
- run zero-shot object recognition without labeled training data
When to choose
- you need zero-shot image classification without training a custom model
- you want shared image-text embeddings for retrieval or search
- you need a well-tested PyTorch implementation of CLIP with pretrained checkpoints
When to avoid
- you need fine-grained classification beyond CLIP's resolution
- you cannot run PyTorch or lack GPU/CPU compute for inference
- you need a lightweight model for edge devices with strict latency limits
Facets
library · maturity stable
machine-learning deep-learning computer-vision nlp image-processing deep-learning machine-learning computer-vision artificial-intelligence python cross-platform clip contrastive-learning multimodal zero-shot-classification image-text-embedding pytorch vision-language-model natural-language-processing gpu
1 source
- readme: https://github.com/openai/CLIP · fetched 2026-08-28 · a6b1c5372688
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| openai/CLIP | main | 66 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem