Explainable AI Agent-Based Decision Support for Predicting Shipment Delays in Supply Chain.
pip install -e .
python agent/train_ebm.py
streamlit run ui/app.py
- Shipment delay prediction using machine learning
- Explainable AI using Explainable Boosting Machine (EBM)
- AI agent workflow for decision support
- Natural language explanations using Ollama LLM
- Interactive user interface for predictions
- Email notification via SMTP
- Python
- Explainable Boosting Machine (EBM)
- LangGraph (AI agent orchestration)
- Streamlit (User Interface)
- LLM (via local model integration)