Image Classification
Transformers
TensorBoard
Safetensors
mobilenet_v2
Generated from Trainer
Eval Results (legacy)
Instructions to use ozair23/mobilenet_v2_1.0_224-finetuned-plantdisease with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ozair23/mobilenet_v2_1.0_224-finetuned-plantdisease with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="ozair23/mobilenet_v2_1.0_224-finetuned-plantdisease") 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("ozair23/mobilenet_v2_1.0_224-finetuned-plantdisease") model = AutoModelForImageClassification.from_pretrained("ozair23/mobilenet_v2_1.0_224-finetuned-plantdisease", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- ad424a2a611acfa23583816c6a6d50bc0047f78c8c5e4ba966994f8fd9a9ac7e
- Size of remote file:
- 9.26 MB
- SHA256:
- dc75d7ffc18157440cad8f7a9e2ea2b1a8848814d8e734adc33bbeb5a5efdc5a
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.