This project predicts shipment delay risk and provides actionable recommendations to improve delivery performance.
Delays in supply chain operations affect efficiency and customer satisfaction. The goal is to identify high-risk shipments early and support better decisions.
- Built a machine learning model to predict delay risk
- Engineered features such as delivery duration and scheduling gaps
- Deployed the model as a Streamlit application
- Added automated recommendations based on risk level
- Implemented a what-if simulator for scenario testing
- Delay prediction (Low, Medium, High risk)
- Automated decision support
- Scenario simulation
- Downloadable report
https://supply-chain-delay-app-nzckm7ysyhpybwd7uqwojj.streamlit.app/
- Python
- Pandas, Scikit-learn
- Streamlit
app.py→ Streamlit applicationnotebook/→ data analysis and modelingrequirements.txt→ dependencies
Delivery delays are driven more by operational factors such as delivery duration and scheduling gaps than external conditions in this dataset.
- Separate training and inference for production deployment
- Integrate real-time data
- Deploy as an API


