Truck-Quility is a web application designed to help logistics and transportation companies solve the Vehicle Routing Problem (VRP). The app optimizes the routing of delivery trucks based on constraints, such as distance and vehicle capacities, helping businesses reduce costs and improve efficiency.
This project is a school project from 5 CESI students :
- BERGBAUER ARTHUR
- CHAOUCHE YLIES
- ENZO FRAIOLI
- THÉOPHILE NOËL
- CLÉMENT ÉVANGELISTI
- Route Optimization: Calculates the most efficient routes for multiple vehicles to deliver goods to a set of locations.
- Multiple Solution: Several algorithms are available.
- Interactive Map: Visualize optimized routes and delivery points on an interactive map.
- Customizable Constraints: Users can enter custom constraints, such as vehicle capacity, and algorithm parameters.
- User-friendly Interface: Simple and intuitive design for easy configuration and viewing of optimized routes.
The Vehicle Routing Problem (VRP) involves finding the optimal routes for a fleet of vehicles to deliver goods to a set of locations while minimizing costs and adhering to constraints like delivery times, vehicle capacities, and road restrictions.
Truck-Quility provides an easy-to-use solution for companies to tackle the complexities of this optimization problem, saving time, fuel, and resources.
- Algorithm:
- Ant Colony Optimization
- Tabu research
- Genetics
- Python (v3.8 or later)
- OpenRouteService key
-
Clone the repository:
https://github.com/FRAIOLIenzo/Truck-Quillity.git
-
Execution:
- Execute the file "API.py" to run the python server
- Open "index.html"
- Play with the interfaces
-
Notebook:
- Open the Notebook_L2 Folder
- Open the Notebook File
- Watch the entire progress of our project and statistics
This project is licensed under the Creative Commons BY-NC-ND 4.0 License. See the LICENSE file for details.