neurosimata / seizy_ml

Automated seizure detection coupled with manual validation
Apache License 2.0
0 stars 0 forks source link

SeizyML

:snake: SeizyML uses interpretable machine learning models to detect :detective: seizures from EEG recordings. After the seizures are detected, they can be manually verified with a user-friendly GUI.


How to install

1) Download and install miniconda on your platform 2) Clone or Download SeizyML 3) Start Anaconda's shell prompt, navigate to /seizy_ml and create conda environment:

    conda env create -f environment.yml

Launch CLI

Via Anaconda's shell prompt

    # navigate to *seizy* folder
    cd ./seizy_ml

    # enter conda environment
    conda activate seizyml

    # Launch CLI
    python cli.py

Configuration settings and file preparation

For configuration settings and file preparation check the configuration document.


How to Use