Inspiration
Sustainability starts with small steps and one such small step we started is with optimizing the routes for transport. The question "What is the optimal set of routes for a fleet of vehicles to traverse in order to deliver to a given set of customers?" is always in the mind of transport logistics
What it does
Provides an optimized route for transport of goods for multiple vehicles resulting in efficient consumption of energy thereby indirectly impacting the globe on a larger scale.
How we built it
We built it using streamlit and HERE API combined with Openrouteservice API for the routing algorithm and optimized route respectively.
Solving sustainability issues
With the chaos of improper route management systems 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 a solution that can help transport services to better function given the limited amount of delivery time and route optimization.
Installation
- 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
Built With
- hereapi
- orsapi
- streamlit
Log in or sign up for Devpost to join the conversation.