MoinulwithAI's picture
Create README.md
ea1304a verified
|
raw
history blame
608 Bytes

πŸ₯” 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:

  1. Upload an image of a potato leaf.
  2. The model will return the predicted disease type with confidence score.

πŸ€– Powered by:

  • PyTorch
  • Gradio
  • TIMM (PyTorch Image Models)