Nadun102 commited on
Commit
90eacb7
·
verified ·
1 Parent(s): 7e55648

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -22
README.md CHANGED
@@ -1,22 +1,25 @@
1
- # 🌾 Paddy Variety Prediction AI
2
-
3
- This application predicts the top 3 recommended Sri Lankan paddy varieties
4
- based on climate, soil, season, fertilizer and expected yield.
5
-
6
- ### 🚀 Model
7
- Trained using Scikit-Learn pipeline and joblib.
8
-
9
- ### 🛠 Input Features
10
- - District
11
- - Soil Type
12
- - Fertilizer Usage
13
- - Year
14
- - Season
15
- - Temperature
16
- - Rainfall
17
- - Humidity
18
- - Yield Level
19
-
20
- ### ✅ Output
21
- Top 3 predicted paddy varieties + probability scores
22
-
 
 
 
 
1
+ ---
2
+ title: Paddy Variety Predictor
3
+ emoji: 🌾
4
+ colorFrom: green
5
+ colorTo: green
6
+ sdk: gradio
7
+ sdk_version: "5.49.1"
8
+ app_file: app.py
9
+ pinned: false
10
+ ---
11
+
12
+ # 🌾 Paddy Variety Predictor
13
+
14
+ This application predicts the **top 3 Sri Lankan paddy varieties** based on:
15
+ - District
16
+ - Soil Type
17
+ - Fertilizer usage
18
+ - Year
19
+ - Season
20
+ - Temperature
21
+ - Rainfall
22
+ - Humidity
23
+ - Expected Yield
24
+
25
+ Enter your field and climate data in the app and get predictions.