ShoQPred is Deployable Human Centric Software Suite for hemodynamic shock prediction which leverages AI and ML methods on physiological vitals time-series data to predict hemodynamic shock prediction upto 3 to 12 hours before the event.
- Python 3.6+ / Django
- Tsfresh
- Sklearn (extended requirements in requirements.txt)
or Docker for Docker deployment
Readily available installation, user can pull the docker image from docker hub, here are the instruction to use it.
Create DockerHub Account and login on docker command line using docker login
. Pull and run app.
docker pull raptor4/shoqpredxgb:latest
docker run --name shoqpred-app -p 5005:5005 raptor4/shoqpredxgb:latest
App will run on localhost:5005
Native System Deployment Reqirements
System must have:-
- Python 3.6+
- Tsfresh
Clone the repository, install requirements and run app.
git clone https://github.com/SAFE-ICU/ShoQPred
pip3 install -r requirements.txt
python3 manage.py runserver
Sample input files are available in sample data.