Deep-learning_ICU
Install Python Version==3.5
Install Node Version==10.12.0
Install Python Dependencies
pip install tensorflow==1.5.0
pip install numpy
pip install scipy
pip install lifelines
pip install supersmoother
pip install pandas
pip install flask
pip install flask_cors
Install npm Dependencies
cd my-project
npm install
Start the front end project
cd my-project
npm start
Start the back end project
cd survival
python routes.py