Instructions to use nailashfrni/rice-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nailashfrni/rice-classification with Transformers:
# Load model directly from transformers import AutoImageProcessor, AutoModel processor = AutoImageProcessor.from_pretrained("nailashfrni/rice-classification") model = AutoModel.from_pretrained("nailashfrni/rice-classification") - Notebooks
- Google Colab
- Kaggle
Ctrl+K