/Tufts-EEG

The user interface for the Tufts BCI Team's EEG

Primary LanguageJavaScript

Tufts-EEG

This repository will contain the code and schematics developed by the Tufts University BCI team. This repository in particular will revolve around the EEG headset being developed, and the applications made.

Usage

To run this program locally:
    1. Open a terminal and goto the node folder. Run the command npm install
    2. Run the command npm start
    3. Open a second terminal and goto the folder processing
    4. Run the command python3 main.py

Make sure you have Node.js, Python3, and NPM (Node Package Manager) installed to run this.
Note: This program makes use of Unix sockets and may need some adjustment to run on Windows machines.