mitraarka27 commited on
Commit
d234a79
·
verified ·
1 Parent(s): b39ddd6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -5
README.md CHANGED
@@ -1,11 +1,19 @@
1
  ---
2
  title: CropGuard
3
- emoji: 🐨
4
- colorFrom: indigo
5
  colorTo: purple
6
- sdk: static
 
 
7
  pinned: false
8
- license: mit
9
  ---
10
 
11
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
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.