Skip to content

AlgoveraAI/AlgoLYNXathon-c2d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

 
 
 

Contributors