Image Classification
Transformers
TensorBoard
Safetensors
PyTorch
vit
huggingpics
Eval Results (legacy)
Instructions to use metadome/face_shape_classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use metadome/face_shape_classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="metadome/face_shape_classification") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoImageProcessor, AutoModelForImageClassification processor = AutoImageProcessor.from_pretrained("metadome/face_shape_classification") model = AutoModelForImageClassification.from_pretrained("metadome/face_shape_classification") - Notebooks
- Google Colab
- Kaggle
File size: 130 Bytes
f4d28b0 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:6ff79631889e93eeae1e60a367977a7efe5fe1c4294a1402008b568c257e9a9f
size 22744
|