Feature Extraction
Transformers
PyTorch
Safetensors
English
vit
image-feature-extraction
biology
medical
cancer
Instructions to use owkin/phikon with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use owkin/phikon with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="owkin/phikon")# Load model directly from transformers import AutoImageProcessor, AutoModel processor = AutoImageProcessor.from_pretrained("owkin/phikon") model = AutoModel.from_pretrained("owkin/phikon") - Inference
- Notebooks
- Google Colab
- Kaggle
Ctrl+K