GithubHelp home page GithubHelp logo

envobe / neurobrush Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rootux/neurobrush

0.0 2.0 0.0 935 KB

Emotiv helmet to web. Visualize your Brain waves and share your emotions with the world

Home Page: http://neurobrush.com

License: MIT License

C++ 0.70% Java 6.71% Python 1.38% HTML 1.07% CSS 0.12% JavaScript 90.02%

neurobrush's Introduction

About the project

At a weekend long Hackathon @Google Campus, Tel Aviv (http://brainihack.org/) we decided to create a machine that reads brainwaves of users using an Emotiv device, and output those users’ feeling into the web.

A project by @galbracha @bArmageddon @Jishai @daniik @yitzikc The team

We "accidently" created a by-product that exposes the Emotiv data to the web in a JSON format.

By doing so we allow JavaScript developers to write on top of what we did and create a unique real-time experience.

Demo

The demo is live http://neurobrush.com - the data doesn't get updated, but it gives you the idea and feeling of the project. Live demo

Project Structure

Local - data_publisher (Java Code)

Run this one locally. Reads data from Emotiv helmet or Emotiv emulator, sanitize it, encode it, and send it to the server.

Server - neurobrush_web (Django)

Django app that acts as the server endpoint. It exposes 2 methods: collect() and getlatestdata() collect() will receive data from your local computer getlatestdata() will output the latest data in a JSON format. The base.html also contains a live socket that updates when getlatestdata updates.

How to make it run?

Configuration

Locally:

1.Connect a Emotiv helmet, or use EmoCompser (the emulator)

2.Update EmoStateLog.java. set targetURL

Server:

1.Setup a server (We've used Heroku) that runs the django neurobrush_web.

2.Under neurobrush_web->site->templates->collect.py set REDIS_URL

3.Under neurobrush_web->site->templates->getlatestdata.py set REDIS_URL

Released under MIT license (see LICENSE).

ENJOY!

neurobrush's People

Contributors

rootux avatar ilanbm avatar

Watchers

James Cloos avatar \\:envobe avatar

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.