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