/CRAW

Primary LanguageHTML

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

List of features

  • Crop yield prediction

Contributing

Keep it simple..

Author or Acknowledgments

  • Patricia Mae Quitoriano

License

This project is licensed under the MIT License