/Mindwave-brainwaves-reader

Some python scripts to get data about brain waves values from NeuroSky's Mindwave

Primary LanguagePython

Mindwave-brainwaves-reader

A project with the aim to do a classification task reading brain waves from the NeuroSky's Mindwave™. This repository contains scripts to read data sent from the eeg headset with the bluetooth protocol, as well as scripts to preprocess the data read and train lstm neural network to try to classify.

Requirements

  • NeuroSky proprietary driver for Mindwave
  • Python3
  • Numpy
  • serial
  • matplotlib
  • cdtw
  • keras
  • tensorflow