The goal here is to analyze the correct episode of care followed by the providers for a given condition and find any anomalies in the procedure followed by visualizing the sequence of steps involved in an episode.
-
The project has to be run on a server. Please make sure you have a simple server available
- Python Simple Server (https://docs.python.org/3/library/http.server.html)
- live-server (https://www.npmjs.com/package/live-server)
-
Download or Clone the code from the main branch
-
Navigate to the Project directory and start the server using the commands below for the respective application
- python -m http.server 8000
- live-server
-
This should automatically open up a browser with the localhost server created, or manually open the browser and open localhost:{port_number_specified}