Skip to content

This project is a crop yield prediction. It predicts the most suitable crop to be cultivated or grown in a certain area with certain temperatures, rainfall, soil ph etc.

Notifications You must be signed in to change notification settings

Rogendo/Crop_Yield_Prediction

Repository files navigation

Crop Yield Prediction - Readme.md

Intro - Welcome to Crop Yield Prediction model, making predictions easy for you


The Crop yield prediction uses a series of inputs to analyze a crop's growwing factors such as soil ph, temperature, rainfall, Potassium, Nitrogen and Phosporus level. Based on the results, it recommends potential crop grown.

How to run it?

The following instructions were tested on the Windows and Linux with Python 3.8.

  1. Clone this repository

git clone   https://github.com/Rogendo/Crop_Yield_Prediction.git


cd Crop_Yield_Prediction/

  1. Create and activate virtual environment

python -m venv venv

on Linux system


source venv/bin/activate

on Windows system


.\venv\Scripts\activate.bat

  1. Install requirements

pip install  -r requirements.txt

  1. Run the project

streamlit run app.py

Screenshot 2023-04-09 210137

List of features

  • Crop yield prediction

Contributing

Keep it simple..

Author or Acknowledgments

  • Peter Rogendo

License

This project is licensed under the MIT License

About

This project is a crop yield prediction. It predicts the most suitable crop to be cultivated or grown in a certain area with certain temperatures, rainfall, soil ph etc.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published