Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 729 Bytes

Readme.MD

File metadata and controls

25 lines (15 loc) · 729 Bytes

Crop Yield Prediction

This project is a web application for predicting crop yield based on various factors such as state, district, season, crop type, and area.

Installation

  1. Clone the repository: git clone https://github.com/MrityunjayNPandey/crop-yield-prediction.git

  2. Install the required Python packages: cd backend pip install -r requirements.txt

  3. Install the required JavaScript packages: cd frontend npm install

Usage

npm start

Note

Use crop_production_karnataka.csv instead of crop_production_india.csv for demo purposes as computation takes too much time for crop_production_india. Also make sure to choose state Karnataka for this case.

Change it in backend/yield_prediction.py