A ReactJS based dashboard predicting crop prices using Decision Tree Regression Algorithm.
Server is developed in NodeJS
Credits to https://www.creative-tim.com/product/black-dashboard-react for Dashboard Template
Live Deployment: https://crop-price-prediction-dash.herokuapp.com
The data has been taken from data.gov.in between the intervals of April 2012 to December 2018
To run this project:
- go to main directory and run
npm install
- after installing, run
node index.js
- Go to localhost:8000 on your machine