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