Image Feature Extraction
Core ML
PerceptionEncoder
coremltools
vision
apple-neural-engine
ane
clip
image-embedding
Instructions to use SashimiSaketoro/PE-Core-ANE with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PerceptionEncoder
How to use SashimiSaketoro/PE-Core-ANE with PerceptionEncoder:
# Use PE-Core models as CLIP models import core.vision_encoder.pe as pe model = pe.CLIP.from_config("SashimiSaketoro/PE-Core-ANE", pretrained=True)# Use any PE model as a vision encoder import core.vision_encoder.pe as pe model = pe.VisionTransformer.from_config("SashimiSaketoro/PE-Core-ANE", pretrained=True) - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!