Instructions to use aneforge/clip-vit-base-patch32 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ANEForge
How to use aneforge/clip-vit-base-patch32 with ANEForge:
# Run this model on the Apple Neural Engine, without CoreML. import aneforge as af clip = af.load_clip("aneforge/clip-vit-base-patch32") labels = clip.classify(image, ["a photo of a cat", "a photo of a dog"]) # image: a PIL.Image; zero-shot (label, prob) - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!