GitHunt

Predicting Blood Pressure From PPG and ECG

Files Included:

  • Predict_BP_From_ECG_and_PPG.pdf - PDF of the paper we produced

  • Images - Folder containing various image outputs of the models

  • Code - Folder containing the LSTM and GAN code

How to Run the Code:

Import dataset (found below) and ensure file paths for the data are correct. Run the code as-is to reproduce results.

If running locally, delete the code block shown below

from google.colab import drive
drive.mount('/gdrive', force_remount=True)

Dataset:

https://www.kaggle.com/mkachuee/BloodPressureDataset

Languages

Jupyter Notebook100.0%

Contributors

GNU General Public License v3.0
Created January 4, 2022
Updated December 20, 2025