Instructions to use cledoux42/Age_Classify_v001 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use cledoux42/Age_Classify_v001 with Transformers:
# 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") - Inference
- Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
e902f54 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:62d234939c3e38b64b252af88adee68da65b690a70f68840f299b24b69aa9c84
size 343287469
|