Project structure of: openai/CLIP
__init__.py
Imports "clip" module functions and classes.clip.py
CLIP model downloader and tokenizer.model.py
CLIP models, deep learning, attention mechanisms, ConvNeuralNetworks, VisionTransformers.simple_tokenizer.py
SimpleTokenizer: BPE-based text tokenization, cleaning, encoding, and decoding.
country211.md
Download, Extract & Classify Country211 Geo-Tagged Imagesrendered-sst2.md
Rendered SST2 dataset: Image Classification.yfcc100m.md
YFCC100M dataset: 14M+ images, Creative Commons licenses.
hubconf.py
Create CLIP model entry points, convert PIL images to tensors.model-card.md
Multimodal AI for vision, classification, biases.Interacting_with_CLIP.py
Interacting with CLIP: Image-Text Similarity AnalysisPrompt_Engineering_for_ImageNet.py
Zero-shot ImageNet classification with CLIP model.
README.md
CLIP feature extraction for CIFAR100 and logistic regressionrequirements.txt
Install necessary packages for project.setup.py
Set up Python package 'clip' with setuptools.test_consistency.py
CLIP model consistency test.