Skip to content

antoniog11/embedded-ecg-classifier

Repository files navigation

ECG classification for microcontroller

notebook-visual

Instructions

1. Clone repository & cd into directory

git clone https://github.com/antoniog11/embedded-ecg-classifier.git
cd embedded-ecg-classifier

2. Create a virtual environment

python3 -m venv .ecg-classif

3. Activate the environment

source .ecg-classif/bin/activate

4. Install dependencies

pip install -r requirements.txt

5. Download dataset, unzip, and put into embedded-ecg-classifier (main repo) folder

Download link here

6. Run notebook

jupyter notebook

Troubleshooting

  1. You may need to re-run the pip install wfdb command inside jupyter notebook if the wfdb module is not found
  2. If the data isn't populating, check that you've (1) downloaded the dataset and (2) put it in the main directory

About

ECG classification for microcontroller

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published