Algovera-LYNX: Classification Algorithms for BCI Data
Contents
πͺ Communityπ Initial Setupπ§ Classification Algorithms for BCI Dataπ€ Resourcesπ License
πͺ 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
π 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