Instructions to use ori-ron/fairface_age_image_detection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ori-ron/fairface_age_image_detection with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="ori-ron/fairface_age_image_detection") 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("ori-ron/fairface_age_image_detection") model = AutoModelForImageClassification.from_pretrained("ori-ron/fairface_age_image_detection", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
8ff7ae0 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:5ba8df84fa27b6ce1aa5fc9dad74c0fa9ee6fdec46d72d1f00235b986d4684db
size 5304
|