Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 715 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 715 Bytes

EEG_dyslexia_prediction

Try to predict dyslexia risk from EEG signals

First steps

Install mne for python

Easy to do from Anacoda (get Anaconda here: https://docs.anaconda.com/anaconda/install/windows/).

Follow mne instructions here: https://www.martinos.org/mne/stable/install_mne_python.html

For instance on LINUX:

$ curl -O https://raw.githubusercontent.com/mne-tools/mne-python/master/environment.yml
$ conda env create -f environment.yml
$ conda activate mne

Or on WINDOWS:
Download environment.yml from https://raw.githubusercontent.com/mne-tools/mne-python/master/environment.yml to folder.
Then via command line:

conda env create -f environment.yml
activate mne