How to use from the
Use from the
Transformers library
# 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")
Quick Links

face_shape_classification

Autogenerated by HuggingPics๐Ÿค—๐Ÿ–ผ๏ธ

Create your own image classifier for anything by running the demo on Google Colab.

Report any issues with the demo at the github repo.

Example Images

Heart

Heart

Oblong

Oblong

Oval

Oval

Round

Round

Square

Square

Downloads last month
291
Safetensors
Model size
85.8M params
Tensor type
F32
ยท
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ 1 Ask for provider support

Spaces using metadome/face_shape_classification 4

Evaluation results