Instructions to use prithivMLmods/facial-age-detection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use prithivMLmods/facial-age-detection with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="prithivMLmods/facial-age-detection") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoProcessor, AutoModelForImageClassification processor = AutoProcessor.from_pretrained("prithivMLmods/facial-age-detection") model = AutoModelForImageClassification.from_pretrained("prithivMLmods/facial-age-detection") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
87c252f | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:a497a9eb5e81ae5cb20a2ceefdd1321aa32c6b27b5c4bd8f2816c6cf571b8aed
size 5304
|