Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion HybridSiminPmSharedMaterialforReview/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ A proof of concept example for updating the DES model of a process based on the
- The DES and SD models are taken as input.
- For the ease of use and performing experiments with your desired process, the following supports are provided:
- To generate a CPN model of your process and the corresponding SML file using an event log, you can use the following link, in case of any specific scenario you need to change the process model in the CPN Tools. The link only generates a CPN model based on the given event log, further desired changes should be done by the user.
-- https://cpn-model-process-discovery-1.herokuapp.com/generate-cpn-model/
- https://cpn-model-process-discovery-1.herokuapp.com/generate-cpn-model/
- In case you want to generate your SD Logs and SD models, this tool supports you https://github.com/mbafrani/PMSD
- Note that you need to make sure that there are common variables names, e.g., service time, arrival rate, ..., are in both models that can be updated.
- To run the current example:
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ Forward-looking approach in process mining (using system dynamics and process mi
Process mining field has been enriched with multiple techniques and tools for different purposes. However, these techniques are mostly 'backward-looking'.
'PMSD' is a web application tool that supports forward-looking simulation techniques. It transforms the event data and process mining results into a simulation model.

App First Page:
![alt text](https://github.com/mbafrani/PMSD/tree/master/static/images/AppFirstPage.png?raw=true)
![App First Page](https://github.com/mbafrani/PMSD/tree/master/static/images/AppFirstPage.png?raw=true)
## Running the application
- Run app.py and use the "127.0.0.1:5000" as the homepage URL in the browser.
- The screen-cast of the tool is available under the name **PMSDDemo.mp4**.
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ tenacity==8.0.1
tensorboard==2.7.0
tensorboard-data-server==0.6.1
tensorboard-plugin-wit==1.8.0
tensorflow==2.7.0
tensorflow==2.8.0
tensorflow-estimator==2.7.0
tensorflow-io-gcs-filesystem==0.23.1
termcolor==1.1.0
Expand Down