Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 463 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 463 Bytes

Anomaly Detection in ECG

  • Made sure CUDA is installed on the system, which is required to train and test the models.

Dataset:

./ecg5000/

Pretrained Models:

./models

Install all the required packages:

pip install -r requirements.txt

Run the code with pretrained models to generate results:

python3 ad_ecg.py

Train the models:

First uncomments the line on line 589 and 590.

Figures and Graphs:

./figures