Adapted from the official OpenAI CLIP repository.
A hands-on tutorial for understanding and working with OpenAI's CLIP (Contrastive Language-Image Pretraining) model.
This tutorial walks through the core concepts of CLIP, including zero-shot image classification and prompt engineering for image recognition tasks.
The notebooks are designed to run on Google Colab. Upload the .ipynb files directly to Colab to get started.
Interacting_with_CLIP.ipynb— Introduction to CLIP and basic usagePrompt_Engineering_for_ImageNet.ipynb— Prompt engineering techniques for ImageNet classification