F323RED / Pytorch-EEG-Project

Graduation project. Include EEGNet and EEG Conformer.
4 stars 0 forks source link

Pytorch EEG Project

What is this.

Graduation project. This project aims to assist people with motor neuron disease, a condition that affects the nerves that control voluntary muscles. We use machine learning techniques to analyze their electroencephalogram (EEG) signals and infer their intended movements.
Then, we map these movements to a virtual reality environment, where they can interact with objects and other users. This way, we hope to enhance their quality of life and social connection through a novel application of the metaverse concept.

Enviroment

This project using PyTorch 2.0 and PyTorch Lightning framework to accelerate training process.
Need CUDA 11.8 and Anaconda installed. Open terminal and execute following command.

conda env create --name ENV_NAME -f /path/to/environment.yml

Files explain