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