Giter Site home page Giter Site logo

mindwave-brainwaves-reader's Introduction

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

mindwave-brainwaves-reader's People

Contributors

gianlucaprincipini avatar rhuax avatar stefn93 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

mindwave-brainwaves-reader's Issues

Query about your code

I am getting the following errors while running your code

"C:\Users\Khadija Zahoor\Anaconda3\python.exe" "C:/Users/Khadija Zahoor/Desktop/Neurosky projects Github/Mindwave-brainwaves-reader/main.py"
Nome dell'utente: rahama
Nome del task: fff
Durata del task(sec):7
Saving data...
Traceback (most recent call last):
File "C:/Users/Khadija Zahoor/Desktop/Neurosky projects Github/Mindwave-brainwaves-reader/main.py", line 20, in
record.start()
File "C:\Users\Khadija Zahoor\Desktop\Neurosky projects Github\Mindwave-brainwaves-reader\NeuroPy.py", line 44, in start
threading.Thread(target=self.__packetParser(self.srl)).start()
File "C:\Users\Khadija Zahoor\Desktop\Neurosky projects Github\Mindwave-brainwaves-reader\NeuroPy.py", line 52, in __packetParser
p2 = binascii.hexlify(srl.read(1)).decode('ascii')
File "C:\Users\Khadija Zahoor\Anaconda3\lib\site-packages\serial\serialwin32.py", line 283, in read
ctypes.byref(self._overlapped_read))
TypeError: byref() argument must be a ctypes instance, not 'NoneType'
Saved

Process finished with exit code 1

Kindly guide me to resolve these.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.