{"categories":[{"label":"Artificial Intelligence","url":"https://skillfed.io/packages/category/scientific-engineering-artificial-intelligence/9"}],"enrichment":{"capability":"Loads and runs OpenAI's CLIP model to encode images and text into a shared feature space, enabling zero-shot image classification and image-text matching without task-specific training.","skillfed_tags":["vision-language","zero-shot-learning","multimodal"],"use_cases":["Zero-shot image classification: rank candidate labels for an image without task-specific training data.","Image-text retrieval: find images matching a natural-language query or vice versa.","Feature extraction for downstream tasks: encode images or text into fixed-size vectors for use in other models.","Content moderation or tagging: classify or describe image content using natural-language prompts.","Cross-modal search: build search systems that match images to text descriptions."],"what_it_does":"clip-anytorch is a PyPI package wrapping OpenAI's CLIP (Contrastive Language-Image Pre-Training) model. CLIP is a neural network trained on image-text pairs that learns a shared embedding space, allowing it to match images to natural-language descriptions without being explicitly trained on any specific classification task. The package provides methods to load a pretrained model, encode images and text into feature vectors, and compute similarity scores between them.\n\nThe main use case is zero-shot image classification: given an image and a list of text labels, CLIP ranks the labels by how well they match the image without needing any labeled training data. It also enables image-text retrieval and similarity search. This fork removes the strict torch version dependency from the original repo and adds a truncate_text option for longer sequences, making it faster to install in environments like Google Colab.","worth_installing":"Yes, if you need zero-shot image classification or image-text matching and can accept dormant maintenance. The package is functional, has low install friction, and no known vulnerabilities. However, verify the unclear license before commercial use, and be aware that the last release was 2024-01-13\u2014expect no active bug fixes or feature updates."},"id":"clip-anytorch","links":{"html":"https://skillfed.io/packages/clip-anytorch","md":"https://skillfed.io/packages/clip-anytorch.md","pypi":"https://pypi.org/project/clip-anytorch/"},"maintenance":{"status":"dormant"},"meta":{"latest_release":"2024-01-13","license_spdx":null,"license_treatment":"unclear","name":"clip-anytorch","python_support":"unspecified","summary":"# CLIP"},"popularity":{"monthly_downloads":131936,"position":11570,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"2.6.0"}
