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="cledoux42/Age_Classify_v001")
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("cledoux42/Age_Classify_v001")
model = AutoModelForImageClassification.from_pretrained("cledoux42/Age_Classify_v001")
Quick Links

Age_Classify_v001

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

0-2

0-2

10-19

10-19

20-29

20-29

3-9

3-9

30-39

30-39

40-49

40-49

50-59

50-59

60-69

60-69

70-79

70-79

Downloads last month
7,033
Inference Providers NEW

Space using cledoux42/Age_Classify_v001 1

Evaluation results