diff --git a/HybridSiminPmSharedMaterialforReview/README.md b/HybridSiminPmSharedMaterialforReview/README.md index e88f118..34a5cec 100644 --- a/HybridSiminPmSharedMaterialforReview/README.md +++ b/HybridSiminPmSharedMaterialforReview/README.md @@ -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: diff --git a/README.md b/README.md index 4c73573..0b80651 100644 --- a/README.md +++ b/README.md @@ -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**. diff --git a/requirements.txt b/requirements.txt index 50ca8c1..c159303 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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