physhik / ecg-mit-bih

ECG classification using MIT-BIH data, a deep CNN learning implementation of Cardiologist-level arrhythmia detection and classification in ambulatory electrocardiograms using a deep neural network, https://www.nature.com/articles/s41591-018-0268-3 and also deploy the trained model to a web app using Flask, introduced at
https://physhik.github.io/2019/03/machine-learns-from-cardiologist-3/
GNU General Public License v3.0
183 stars 60 forks source link

help #1

Closed abdulkhaliq7 closed 4 years ago

abdulkhaliq7 commented 4 years ago

i'm using command prompt to download MIT-BIH database using WFDB packag and I can't download it and i have used the code below it. can u help me with it

import wfdb

import os

wfdb.dl_database('mitdb', os.getcwd())

thnks