Instructions to use prithivMLmods/Weather-Image-Classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use prithivMLmods/Weather-Image-Classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="prithivMLmods/Weather-Image-Classification") 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/Weather-Image-Classification") model = AutoModelForImageClassification.from_pretrained("prithivMLmods/Weather-Image-Classification") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
2a2ab8b | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:e1dd179ce7f0b23daacbf158d03c9e453adce0530cfeee6ff45ecc77e6945924
size 371577220
|