open_clip and simple-clip

These are competitors offering different trade-offs: open_clip is a production-ready, fully-featured CLIP implementation for practitioners needing robust performance and model variety, while simple-clip is a lightweight educational reference implementation optimized for understanding the core CLIP algorithm rather than practical deployment.

open_clip
73
Verified
simple-clip
50
Established
Maintenance 13/25
Adoption 15/25
Maturity 25/25
Community 20/25
Maintenance 0/25
Adoption 8/25
Maturity 25/25
Community 17/25
Stars: 13,496
Forks: 1,253
Downloads:
Commits (30d): 1
Language: Python
License:
Stars: 42
Forks: 8
Downloads:
Commits (30d): 0
Language: Jupyter Notebook
License: MIT
No risk flags
Stale 6m

About open_clip

mlfoundations/open_clip

An open source implementation of CLIP.

This project provides pre-trained models that understand both images and text, allowing you to connect what you see with descriptive phrases. You can input an image and a list of text descriptions to get back probabilities of which description best matches the image. This is ideal for researchers or developers building applications that need to categorize images based on natural language or search for images using text.

image-text-matching zero-shot-classification multimodal-search computer-vision natural-language-processing

About simple-clip

filipbasara0/simple-clip

A minimal, but effective implementation of CLIP (Contrastive Language-Image Pretraining) in PyTorch

This project helps machine learning engineers and researchers quickly train powerful models that understand both images and text. You input a large dataset of images paired with their descriptions, and it outputs a trained model capable of linking visual content with natural language. This model can then perform tasks like image classification or advanced visual reasoning without needing specific, task-based training.

computer-vision natural-language-processing zero-shot-learning image-classification model-pretraining

Scores updated daily from GitHub, PyPI, and npm data. How scores work