SaiStack commited on
Commit
03ca3fa
·
1 Parent(s): 2a930b8

fix: added readme file

Browse files
Files changed (1) hide show
  1. readme.md +10 -0
readme.md CHANGED
@@ -1,3 +1,13 @@
 
 
 
 
 
 
 
 
 
 
1
  # Crop Disease Detection API Server
2
 
3
  A **FastAPI** server hosting multiple Xception‑based deep learning models for detecting diseases in maize, cassava, cashew, and tomato leaves. Send images via HTTP and receive back the predicted disease, confidence score, and recommended treatment.
 
1
+ ---
2
+ title: My App
3
+ emoji: 🚀
4
+ colorFrom: indigo
5
+ colorTo: blue
6
+ sdk: docker
7
+ app_file: main.py
8
+ pinned: false
9
+ ---
10
+
11
  # Crop Disease Detection API Server
12
 
13
  A **FastAPI** server hosting multiple Xception‑based deep learning models for detecting diseases in maize, cassava, cashew, and tomato leaves. Send images via HTTP and receive back the predicted disease, confidence score, and recommended treatment.