Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit cdc1f32

Browse files
Merge pull request avinashkranjan#2149 from smty2018/agro
Agriculture Optimisation ML Model with Frontend App (Issue avinashkranjan#2070)
2 parents aba71cd + e8dcb2b commit cdc1f32

File tree

5 files changed

+2672
-0
lines changed

5 files changed

+2672
-0
lines changed
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
Description:
2+
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.
3+
In the front-end we have a streamlit based application for user interaction.
4+
5+
Frontend:
6+
![image](https://github.com/smty2018/Amazing-Python-Scripts/assets/74114936/f9aca687-9b41-43df-9f91-4905f7682f81)
7+
8+
Model Classification Report(Backend Model: agriculture.ipynb):
9+
10+
![Screenshot 2023年07月08日 042012](https://github.com/smty2018/Amazing-Python-Scripts/assets/74114936/ff11e592-1a53-41df-b265-ddda0d7ca91b)
11+
12+
To Run:
13+
>cd Agriculture Optimization ML Model
14+
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](https://github.com/smty2018/Amazing-Python-Scripts/assets/74114936/c4de9c56-dec7-4a09-b85a-60a443bb86bb)
30+
![image](https://github.com/smty2018/Amazing-Python-Scripts/assets/74114936/edd73500-504e-4b10-aa53-d8c30c31be25)
31+
![image](https://github.com/smty2018/Amazing-Python-Scripts/assets/74114936/f694ca20-aecf-4531-93af-ed217fa1149d)
32+
33+
34+
35+
36+

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /