pip install -r requirements.txt
streamlit run bottlenecks.py
#This will launch the Streamlit app, which will guide you through the process mining and visualization workflow.
This project is an AI process mining and systems integration platform. It will use Machine Learning to identify bottlenecks. It will also leverage Large Language Models to optimize current systems integrations.
The input data is operational data for a grocery store logs found in Kaggle. It includes:
- Task Label by operational area
- Task Duration
- Task Volume
It also includes qualitative observations.
The output data is a JSON file containing the expected output, the score (tbd), and an interactive workflow.
- Llama 3.3
- OpenAI GPT-4o
tbd