Skip to content

Deep Learning (CNN) for prediction of severity in subjects suffering from sleep breathing disorders.

Notifications You must be signed in to change notification settings

chrisPiemonte/sbd-severity-analysis

Repository files navigation

Severity of Sleep Breathing Disorder prediction via CNN

Knowledge discovery process for prediction of severity in subjects suffering from sleep breathing disorders. Read it here.

Linux:

  1. Install miniconda or anaconda

  2. Clone the repo:

    git clone https://github.com/chrisPiemonte/sbd-severity-analysis.git 
    cd sbd-severity-analysis/

  3. Create the environment:

    conda create --name sbd-severity-analysis python=3.5.4

  4. Activate the environment:

    source activate sbd-severity-analysis

  5. Install requirements:

    pip install -r requirements.txt

  6. Run jupyter:

    jupyter lab