This project is a Process Mining Dashboard built using Python and Streamlit as part of the Celonis Process Mining Virtual Internship.
The dashboard analyzes event log data to understand the flow of business processes and measure activity durations.
- Event log data analysis
- Activity duration calculation
- Average time per activity visualization
- Interactive dashboard using Streamlit
- Python
- Pandas
- Streamlit
- Matplotlib
process-mining-dashboard │ ├── dashboard.py ├── process_analysis.py └── event_log.csv
-
Install required libraries pip install pandas streamlit matplotlib
-
Run the dashboard streamlit run dashboard.py