Skip to content

AlgoveraAI/AlgoLYNXathon-c2d

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published