mjain72 / brainwave

The code in this repository allows the visualization of brainwaves detected using TGAM brainwave sensor module. It uses python, d3.js and Bootstrap. A detailed description of the code can be found in this article - https://medium.com/@mohitjain72/detection-and-visualization-of-brainwaves-using-python-d3-and-bootstrap-742129f9ed97

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Detection and visualization of brainwaves using Python, D3 and Bootstrap


This code allows you to use TGAM Brainwave sensor and visualize the data using python, D3 and Bootstrap.

To execute the python code use the following command:

python pyserial_bluetooth.py '/dev/rfcommX'

where X is the number assigned to the serial port, when using Linux system

To start python web server on your local machine use the following command, from the directory where brainwave.html is located :

python -m http.server 8080

About

The code in this repository allows the visualization of brainwaves detected using TGAM brainwave sensor module. It uses python, d3.js and Bootstrap. A detailed description of the code can be found in this article - https://medium.com/@mohitjain72/detection-and-visualization-of-brainwaves-using-python-d3-and-bootstrap-742129f9ed97

License:GNU General Public License v3.0


Languages

Language:JavaScript 93.4%Language:Python 4.8%Language:HTML 1.5%Language:CSS 0.2%