Datasets:
GitHub Actions
commited on
Commit
·
da8f685
1
Parent(s):
14869a9
Sync Apple ECG Examples dataset from main repo
Browse files
README.md
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
language: []
|
4 |
+
pretty_name: Apple watch 30-secondECG Examples
|
5 |
+
task_categories: []
|
6 |
+
tags: [ecg, heartbeat, medical-data, hadt]
|
7 |
+
size_categories: <1K
|
8 |
+
---
|
9 |
+
|
10 |
+
# Apple Watch 30-second ECG Examples
|
11 |
+
|
12 |
+
These are home-recorded 30-second ECGs taken with Apple Watch.
|
13 |
+
|
14 |
+
These examples are part of the **Heart Arrhythmia Detection Tools (hadt) Project** ([hadt GitHub Repository](https://github.com/fabriciojm/hadt)) and are intended for educational and research purposes.
|
15 |
+
A demo where the dataset is used can be found in the [hadt demo](https://fabriciojm-hadt-app.hf.space/).
|