Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
README.md
CHANGED
|
@@ -13,31 +13,37 @@ pinned: false
|
|
| 13 |
|
| 14 |
This project is a Deep Learning-based arrhythmia detection system that classifies signals into:
|
| 15 |
|
| 16 |
-
- Bradycardia
|
| 17 |
-
- Tachycardia
|
| 18 |
-
- Ventricular Fibrillation (VFib)
|
| 19 |
-
- Ventricular Tachycardia (VTach)
|
| 20 |
-
- Normal
|
| 21 |
-
|
| 22 |
-
### 🔍 Input
|
| 23 |
-
Upload `.csv` files containing:
|
| 24 |
-
- Time
|
| 25 |
-
- ECG (II/III/AVF/I)
|
| 26 |
-
- PPG/Pleth
|
| 27 |
-
|
| 28 |
-
### ⚙️ Model
|
| 29 |
-
- Architecture: CNN + LSTM
|
| 30 |
-
- Input: Raw segmented ECG and PPG signals (20s window, 10s overlap)
|
| 31 |
-
- Framework: TensorFlow/Keras
|
| 32 |
-
|
| 33 |
-
### 🧠 Output
|
| 34 |
-
- Predicted Class
|
| 35 |
-
- Confidence Score
|
| 36 |
-
- Segment-wise classification
|
| 37 |
-
- Optional signal visualization (first 10 seconds)
|
| 38 |
|
| 39 |
---
|
| 40 |
|
| 41 |
-
##
|
| 42 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 43 |
SRM Institute of Science and Technology
|
|
|
|
| 13 |
|
| 14 |
This project is a Deep Learning-based arrhythmia detection system that classifies signals into:
|
| 15 |
|
| 16 |
+
- **Bradycardia**
|
| 17 |
+
- **Tachycardia**
|
| 18 |
+
- **Ventricular Fibrillation (VFib)**
|
| 19 |
+
- **Ventricular Tachycardia (VTach)**
|
| 20 |
+
- **Normal**
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
|
| 22 |
---
|
| 23 |
|
| 24 |
+
## 🔍 Input
|
| 25 |
+
Upload `.csv` files containing:
|
| 26 |
+
- Time
|
| 27 |
+
- ECG (II/III/AVF/I)
|
| 28 |
+
- PPG/Pleth
|
| 29 |
+
|
| 30 |
+
---
|
| 31 |
+
|
| 32 |
+
## ⚙️ Model
|
| 33 |
+
- Architecture: CNN + LSTM
|
| 34 |
+
- Input: Raw segmented ECG and PPG signals (20s window, 10s overlap)
|
| 35 |
+
- Framework: TensorFlow/Keras
|
| 36 |
+
|
| 37 |
+
---
|
| 38 |
+
|
| 39 |
+
## 🧠 Output
|
| 40 |
+
- Predicted Class
|
| 41 |
+
- Confidence Score
|
| 42 |
+
- Segment-wise classification
|
| 43 |
+
- Optional signal visualization (first 10 seconds)
|
| 44 |
+
|
| 45 |
+
---
|
| 46 |
+
|
| 47 |
+
## 🚀 Created by
|
| 48 |
+
**Mathivani** | Final Year B.Tech Biomedical Engineering
|
| 49 |
SRM Institute of Science and Technology
|