sedtha commited on
Commit
c14bfb7
·
verified ·
1 Parent(s): d45ad1a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -6
README.md CHANGED
@@ -1,10 +1,17 @@
1
  ---
2
- title: Rice Leaf Disease Api
3
- emoji: 🔥
4
- colorFrom: gray
5
- colorTo: green
6
  sdk: docker
7
- pinned: false
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
1
  ---
2
+ title: Rice Leaf Disease API
3
+ emoji: 🌾
4
+ colorFrom: green
5
+ colorTo: yellow
6
  sdk: docker
7
+ app_port: 7860
8
  ---
9
 
10
+ ## Rice Leaf Disease Classification API
11
+
12
+ Upload a rice leaf image and get:
13
+ - Disease class
14
+ - Prediction confidence
15
+
16
+ ### Endpoint
17
+ POST `/predict`