Setup and installation is easy:
clone
this repository- Create a virtual environment
- Activate the virtual environment
pip install -r process_miner/requirements.txt
gunicorn -b [::]:8012 "process_miner:create_app()" --timeout 6000
Currently a subset of standard process mining features are available in the tool. These are limited to:
- Alpha Miner
- Alpha Plus Miner
- Heuristic Miner
- General decision statistics
- Transition heat maps
- Occurrence counters
- Median execution per project chain type over time
- Occurrence over Time
The usage should be reasonably self explanatory from the UI.
The petrinet viewer is based on the Mobile Patent Suits Example by the D3 Team (Mike Bostock). The original example is available under https://observablehq.com/@d3/mobile-patent-suits.
Currently no license has been selected.
Completed. Bug fixes or similar may be done on a best effort basis.