Repository for "Unraveling Neural Complexity — Exploring the Separation of Oscillations and 1/f Noise in Neuroscience" workshop GUI
Repository is mainly in Python and the tested version is 3.9.7.
We recommend to first create a new enviroment, for example with conda run:
conda create -n aperiodic python=3.9.7
conda activate aperiodic
Then you can install repository's required python packages using:
pip install -r requirements.txt
Make sure that you have the python enviroment activated, then run:
python gui.py