Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -1,11 +1,19 @@
|
|
1 |
---
|
2 |
title: CropGuard
|
3 |
-
emoji:
|
4 |
-
colorFrom:
|
5 |
colorTo: purple
|
6 |
-
sdk:
|
|
|
|
|
7 |
pinned: false
|
8 |
-
license: mit
|
9 |
---
|
10 |
|
11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
title: CropGuard
|
3 |
+
emoji: 🌿
|
4 |
+
colorFrom: green
|
5 |
colorTo: purple
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: "4.20.0"
|
8 |
+
app_file: app.py
|
9 |
pinned: false
|
|
|
10 |
---
|
11 |
|
12 |
+
# CropGuard: Leaf Disease Detector
|
13 |
+
|
14 |
+
Upload a clear image of a **potato**, **tomato**, or **grape** leaf.
|
15 |
+
|
16 |
+
CropGuard will predict:
|
17 |
+
- Whether the leaf is **healthy** or **diseased**.
|
18 |
+
- The likely disease (if any).
|
19 |
+
- Where the model focused its attention.
|