Image Classification
Transformers
Safetensors
English
metaclip_2
text-generation-inference
age-ange-estimator
Instructions to use prithivMLmods/MetaCLIP-2-Age-Range-Estimator with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use prithivMLmods/MetaCLIP-2-Age-Range-Estimator with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="prithivMLmods/MetaCLIP-2-Age-Range-Estimator") 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/MetaCLIP-2-Age-Range-Estimator") model = AutoModelForImageClassification.from_pretrained("prithivMLmods/MetaCLIP-2-Age-Range-Estimator") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,7 +8,7 @@ pipeline_tag: image-classification
|
|
| 8 |
library_name: transformers
|
| 9 |
tags:
|
| 10 |
- text-generation-inference
|
| 11 |
-
-
|
| 12 |
---
|
| 13 |
|
| 14 |

|
|
|
|
| 8 |
library_name: transformers
|
| 9 |
tags:
|
| 10 |
- text-generation-inference
|
| 11 |
+
- age-ange-estimator
|
| 12 |
---
|
| 13 |
|
| 14 |

|