Leveraging artificial intelligence in modern supply chains

This project addresses the challenge of last-mile delivery delays caused by urban traffic congestion by creating a smart route optimization system that combines the traffic prediction with classical pathfinding. A synthetic dataset was generated to simulate urban traffic flows, and a Long Short-Term...

Full description

Saved in:
Bibliographic Details
Main Author: Ng, Qiao Ying
Format: Final Year Project / Dissertation / Thesis
Published: 2025
Subjects:
Online Access:http://eprints.utar.edu.my/7012/1/fyp_IA_2025_NQY.pdf
http://eprints.utar.edu.my/7012/
Tags: Add Tag
No Tags, Be the first to tag this record!
Description
Summary:This project addresses the challenge of last-mile delivery delays caused by urban traffic congestion by creating a smart route optimization system that combines the traffic prediction with classical pathfinding. A synthetic dataset was generated to simulate urban traffic flows, and a Long Short-Term Memory (LSTM) model was trained to forecast short-term congestion patterns. These predictions were converted into congestion factors and applied as dynamic weights within Dijkstra’s algorithm to compute adaptive delivery routes. A Streamlit-based dashboard was designed to visualize model performance, predicted traffic conditions, optimized routes, and system-level evaluations in a simulated real-time environment. Evaluation results demonstrated that the LSTM model achieved reliable short-term forecasts, outperforming a baseline by more than 25% in error reduction, while the congestion-aware routing consistently avoided heavily congested edges. The prototype validates the feasibility of combining predictive analytics with graph-based optimization, offering a practical foundation for enhancing efficiency and reliability in last-mile logistics operations.