Skip to content

M0hitReddy/Crop_Yield_Prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

For flask server to start

  • cd server
  • python -m venv env
  • .\env\Scripts\activate
  • pip install flask flask_cors joblib numpy scikit-learn
  • python app.py

For react server to start

  • cd client
  • npm install
  • npm install axios
  • npm start

About

Predict the yield of crop using Machine Learning.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published