π₯ Potato Leaf Disease Classification
This Hugging Face Space allows you to classify potato leaf diseases from images using a trained MobileNetV3 model.
π Classes Detected:
- Bacteria
- Fungi
- Healthy
- Nematode
- Pest
- Phytopthora
- Virus
π§ Model Info:
- Architecture: MobileNetV3 (from
timm
) - Trained with MixUp and advanced augmentations
- Format: PyTorch
.pth
checkpoint
π How to Use:
- Upload an image of a potato leaf.
- The model will return the predicted disease type with confidence score.
π€ Powered by:
- PyTorch
- Gradio
- TIMM (PyTorch Image Models)