Skip to content

Latest commit

 

History

History

Agriculture Optimization ML Model

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Description: 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. In the front-end we have a streamlit based application for user interaction.

Frontend: image

Model Classification Report(Backend Model: agriculture.ipynb):

Screenshot 2023-07-08 042012

To Run:

cd Agriculture Optimization ML Model

streamlit run streamlit.py

Requirements: numpy pandas scikit-learn streamlit matplotlib seaborn

pip install numpy pandas scikit-learn streamlit matplotlib seaborn

Some Imp Graphs:

image image image