Spaces:
Sleeping
Sleeping
Update README file
Browse files
README.md
CHANGED
|
@@ -7,7 +7,22 @@ sdk: gradio
|
|
| 7 |
sdk_version: 5.41.1
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
-
short_description: A deep learning web app that identifies common plant leaf
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 7 |
sdk_version: 5.41.1
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
+
short_description: A deep learning web app that identifies common plant leaf diseases.
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
# Potato and Pepper Leaf Disease Classifier
|
| 14 |
+
|
| 15 |
+
This AI model is trained to detect early blight and other common diseases on **potato and pepper leaves only**.
|
| 16 |
+
|
| 17 |
+
## How to use
|
| 18 |
+
- Upload a clear, close-up photo of a potato or pepper leaf showing possible disease symptoms.
|
| 19 |
+
- The model will analyze the image and predict the presence of disease.
|
| 20 |
+
- **Note:** The model is trained only on potato and pepper plants, so predictions on other species may be inaccurate.
|
| 21 |
+
|
| 22 |
+
## Limitations
|
| 23 |
+
- Works best with well-lit, focused images.
|
| 24 |
+
- Not suitable for identifying diseases on other crops.
|
| 25 |
+
|
| 26 |
---
|
| 27 |
|
| 28 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|