/AlgoLYNXathon-c2d

Worked examples of C2D on BCI data

Primary LanguageJupyter NotebookMIT LicenseMIT

Algovera-LYNX: Classification Algorithms for BCI Data

Contents

👪 Community

Hackathon

  • AlgoLYNXathon: 11 - 26th March 2022. Notion link
  • Join the discussion in the #🧠-neuroscience channel of the Algovera Discord

Algovera

Algovera is a community of individuals working to facilitate and accelerate the development of decentralised AI products and research.

Website | Notion | Discord | Calendar | Twitter | YouTube

LYNX

Website | Telegram | Twitter

🏗 Initial Setup

Set up environment

Open a new terminal and:

#clone repo
git clone https://github.com/AlgoveraAI/AlgoLYNXathon-c2d.git
cd AlgoLYNXathon-c2d

#create a virtual environment
python3 -m venv venv

#activate env
source venv/bin/activate

#Install the ocean.py library. Install wheel first to avoid errors.
pip install wheel
pip install ocean-lib

pip install pandas
pip install pyarrow
pip install notebook

🧠 Classification Algorithms for BCI Data

Background

🤖 Resources

Here are further resources.

🏛 License

The license is MIT. Details