It is not a commercial product, but a simple educational project for coursework — without complex business logic, without a multi-user system, testing, etc. A simple UI without design solutions is sufficient.
The web page analyzes the route of a courier robot and builds an optimized path, predicting possible delays. It receives data about speed, obstacles on the way, and delivery time, then optimizes subsequent routes.
Functionality:
- Loading or entering the initial route
- Display the route on the map
- Show simple analytics (total route length, number of stops)
- Optimize the route (rebuild the route using a library or algorithm)
- Display possible obstacles, delays, warnings if the route contains risk zones
Technical:
You can use Python and its libraries for map display, or another language of your choice
Optionally, you can use an API for traffic jams
A database, any database, must be used
An example of the page interface is attached
Deadline: up to 10 days