We wanted to optimize the way Swiggy's Delivery Executives moved around, by predicting demand and visualizing it on a map so that the supply could match the demand.
The data was generated using Random Forest regression and we made a Progressive Web App using Vue.js to visualize the data. For maps, we used Mapbox and Leaflet to paint polygons over the Map.
Check out https://techstein.herokuapp.com/
git clone [email protected]:divyamrastogi/swiggy-delivery-prediction.git
cd swiggy-deliver-prediction
npm install
npm start