Epilepsy Seizure Detection Seer Database This repository was created to store the code for the project of Epilepsy Seizure Detection using the Seer Database.
Go to <> code
- use git clone copying the link (https should work)
OR - download the zip (another option below)
to store this repository on your computer.
# open_edf_data.ipynb
notebook to open an edf file from the database in a chosen directory
# open_patient_data.ipynb
notebook to get all data from a single patient
# extract_patient_features.ipynb
notebook to guide segmentation around a chosen timestamp and feature extraction for that segments
# utils_patient.py
script with all utils functions related to extracting data and info from patients of the Seer Database
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.