/eeg-explorer

Visual EEG readings from the Muse EEG Headset

Primary LanguageTypeScript

Synap.ai EEG Explorer

Build Status

Connect to the Muse EEG Headset (2016 Edition) through Web Bluetooth

Current Build

muse-eeg-app screen shot

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

To run this application you will need Node.js (version 10.15.1). This will include npm, needed to install dependencies.

Building

  1. Install Angular CLI
npm i -g @angular/cli
  1. Install dependencies
npm i
  1. Serve application
npm start

Testing

Running unit tests

npm run test

Running e2e tests

ng e2e

Deployment

There are several ways to deploy this application, the steps listed below are the simplest.

  1. Start with the production build
ng build --prod
  1. Copy everything within the dist/ folder to a folder on the server.

  2. Configure the server to redirect requests for missing files to index.html.

License

Copyright (C) 2017, Alex Castillo and Uri Shaked. Code released under the MIT license.