Skip to content

Prediction server of the SmartHealth application. This server uses a pre-trained model to predict hypertension and returns hypertension prediction related to the patient. SmartHealth provides a hypertension prediction from ECG and PPG data of patients. It helps doctors to diagnose hypertension disease using the power of deep learning methodologies.

Notifications You must be signed in to change notification settings

SmartHealth-ituse2020/SH-prediction

Repository files navigation

SmartHealth Project - DL Model Codebase

SmartHealth provides a hypertension prediction from ECG and PPG data of patients. It helps doctors to diagnose the hypertension at early stages.

Electronic medical records (EMRs) took the place of paper to store the healthcare data. EMRs create a field for data scientists to work on. These records give significant information about the health of the patient. Combining EMR data with artificial intelligence, we will learn what causes the diseases such as high blood pressure. The thingslearned will be used to speed up the diagnosis process and help doctors to provide personalized treatments.

Install

  • Clone project git clone <url>
  • Create virtual environment: python3 -m venv venv
  • Activate virtual environment:
    • GNU/Linux: source venv/bin/activate
    • Windows: .\venv\Scripts\activate
  • Go to project directory: cd SH-prediction
  • Install requirements: pip3 intall -r requirements.txt
  • Run settings.py python3 settings.py
  • Start server flask run

License

To be added.

Project Members

About

Prediction server of the SmartHealth application. This server uses a pre-trained model to predict hypertension and returns hypertension prediction related to the patient. SmartHealth provides a hypertension prediction from ECG and PPG data of patients. It helps doctors to diagnose hypertension disease using the power of deep learning methodologies.

Resources

Stars

Watchers

Forks