Skip to content

paparotnick/nfb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NFB Lab

NFB Lab is a software that allows you to configure the design and conduct an experiment in real-time EEG/MEG paradigm

Setup python interpreter

  1. Download and install miniconda
  2. Open Scripts folder from installed miniconda folder
  3. Install conda-packages from requirements_conda.txt by command:
conda install --yes --file <path to requirements_conda.txt>
  1. Install pip-packages from requirements_pip.txt by command:
pip install -r <path to requirements_pip.txt>

Running NFB Lab experiment design module

Run main.py by command

python pynfb\main.py`

Where python interpreter is from installed miniconda folder

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.9%
  • Jupyter Notebook 2.0%
  • MATLAB 0.1%