Instructions to use prithivMLmods/open-age-detection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use prithivMLmods/open-age-detection with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="prithivMLmods/open-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/open-age-detection") model = AutoModelForImageClassification.from_pretrained("prithivMLmods/open-age-detection") - Inference
- Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 86f5fb76e9472cfa50851a80a9b79614737787ad90ee1a6b7977425b7656af2f
- Size of remote file:
- 5.3 kB
- SHA256:
- 934b156616eb42b0372213043039ea9bbb8119e6566468a293ca4bdd27d98d7a
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.