Skip to content
This repository was archived by the owner on Apr 24, 2025. It is now read-only.

Commit a48c735

Browse files
committed
markdown file
1 parent a9d3b2b commit a48c735

File tree

1 file changed

+31
-0
lines changed
  • projects/ML_examples/Agriculture_Optimization

1 file changed

+31
-0
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Description
2+
3+
Agriculture Optimisation ML app performs performs KMeans clustering on the input data to provide clustering labels for the given parameter values and Supervised Learning based Logistic Regression Model to predict suitable crop for the given environmental conditions in the backend.
4+
In the front-end we have a streamlit based application for user interaction.
5+
6+
Frontend:
7+
![image](./images/streamlit.png)
8+
9+
Model Classification Report(Backend Model: agriculture.ipynb):
10+
11+
![Stats](./images/stats.png)
12+
13+
To Run:
14+
>cd Agriculture Optimization ML Model
15+
>streamlit run streamlit.py
16+
17+
Requirements:
18+
numpy
19+
pandas
20+
scikit-learn
21+
streamlit
22+
matplotlib
23+
seaborn
24+
25+
>pip install numpy pandas scikit-learn streamlit matplotlib seaborn
26+
27+
Some Imp Graphs:
28+
29+
![image](./images/rainfall.png)
30+
![image](./images//nitrogen.png)
31+
![image](./images/potassium.png)

0 commit comments

Comments
 (0)