A simple solution to get dynamically optimize routes for multiple vehicles visiting a set of locations given real-life constraints such as limited capacity in a vehicle or delivery time windows. Just upload a pre-formatted route_request excel file with the details of transport orders and fleet of vehicles. You can easily configure costs to optimize the route plans for which is then sent to HERE API. The API will solve the multi-vehicle routing problem and provide the optimal sequence of locations according to the costs.
With the chaos of improper route management system and internal logistics, excessive fuel costs and consumption of energy is on rise and with every consumption there is a hidden cost of carbon emission being involved for the globe. To optimize this we came up with the solution which can help transport services to better function given the limited amount of delivery time and route optimization.
- Python3
- Streamlit
- Get the API key from HERE developer portal and for OpenrouteService
- Install dependencies
pip install -r requirements.txt - Run the app on streamlit
streamlit run app.py

