Add model card
Browse files
README.md
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: pytorch
|
| 3 |
+
license: mit
|
| 4 |
+
tags:
|
| 5 |
+
- eeg
|
| 6 |
+
- seizure-detection
|
| 7 |
+
- graph-neural-networks
|
| 8 |
+
- REST
|
| 9 |
+
datasets:
|
| 10 |
+
- chbmit
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
# REST EEG Seizure Analysis (CHB-MIT)
|
| 14 |
+
|
| 15 |
+
This repository stores REST training artifacts for CHB-MIT (processed `.h5` clips).
|
| 16 |
+
- **Artifacts**: see `artifacts/` for patient-level HDF5 files.
|
| 17 |
+
- **Code**: `code/rest_prep_1020.py`.
|
| 18 |
+
- **Logs**: `runs/lightning_logs` (if present).
|
| 19 |
+
|
| 20 |
+
> Trained with 10 patients (CHB-MIT); clip preprocessing: 256 Hz → FFT → log amplitude.
|