pellet / AlgoLYNXathon-c2d

Worked examples of C2D on BCI data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Worked examples of C2D on BCI data

License:MIT License


Languages

Language:Jupyter Notebook 99.0%Language:Python 1.0%