Install Python packages
This project is based on Python3 and can be run by virtualenv. Use the following command to prepare a virtualenv
python3 -m venv .venv
source .venv/bin/activate
pip install -U pip
pip install -r requirements.txt
source .venv/bin/activate
Since mimic dataset's samples are used in this repo, mimic.csv
file should be inside the directory.
Also, SparkNLP for Healthcare license should also be in the same directory: spark_nlp_for_healthcare.json
After place these files, running this will open a tab in the browser with demanded outputs.