File size: 768 Bytes
3f0902f ad4ec89 3f0902f bc167f6 3f0902f bc167f6 3f0902f | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | ---
title: Maize Leaf Disease Classifier
emoji: 🌽
colorFrom: green
colorTo: yellow
sdk: gradio
sdk_version: 5.36.2
app_file: app.py
pinned: false
---
# Maize Leaf Disease Classifier
This is a Gradio web application for classifying maize leaf diseases.
## How to Use
1. Upload an image of a maize leaf.
2. The model will predict the most likely disease (or if it is healthy).
## Model Details
This application uses a fine-tuned MobileNetV3Large model trained on the [aquib1011/maize-leaf-disease](https://huggingface.co/datasets/aquib1011/maize-leaf-disease) dataset.
## Dataset Labels
The possible labels are:
- Blight
- Common_Rust
- Gray_Leaf_Spot
- Healthy
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference |