-
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
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)