Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 1.95 KB

README.md

File metadata and controls

50 lines (34 loc) · 1.95 KB

EEG Studio

EEG Studio is a web-based application which facilitates labelling electroencephalography (EEG) record for later use. To that end, it provides handy tools so that you can effortlessly zoom, pan, and mark on-set ranges on any EEG plots.

Table of Contents

Developing

Prerequisites

Docker

Frontend

  • Node.js 8.9.1 or higher
  • Yarn 1.3.2 or higher (as a npm replacement)

Quickstart

  1. Clone this repo using git clone git@github.com:pirsquareff/eeg-studio.git
  2. Run docker-compose up --build within project's root directory. This will start backend service at localhost:3002.
  3. Also run yarn within project's root directory to start frontend app which will be available at localhost:3000.

Documentation

React Boilerplate

License

This project is licensed under the MIT license, Copyright (c) 2017 Parinthorn Saithong.
For more information see LICENSE.md.



Created by Parinthorn Saithong and maintained with ❤️.