Armagan Amcalar

Results 84 comments of Armagan Amcalar

@qiaosongwang you have to train a model in the backend, unfortunately this isn't automated yet. Take a look at `src/offline/live-nn`, which shows you how to create a model from the...

Emotiv Insight doesn’t give raw EEG, as fsr as I know.

Then, of course, it should be as easy as writing a new plugin to read from its stream.

Hi! Are you using node version 8? I believe node version 10 won't work with this project because of the changes in N-API.

Hm, in fact you are using node v8.10.0. Strange. I'll try to look more into this.

Have you tried installing [wits](https://github.com/dashersw/wits)? If you can install that, I think we can update this repo to use wits.

I get an error called `invalid ELF header` when I do a `docker-compose up`. I think it needs further investigation. Does it work on your local machine, though?

I also didn't get a `Width must be multiple of 2` error 🤔

OK, there are a couple of issues — you shouldn't be mounting the whole folder under /app because that will also mount any locally installed npm packages under node_modules. When...

The core lib is [wits](https://github.com/dashersw/wits), and it actually works in Docker with your example. brain-monitor requires a tty that has a width, it's not simply a console.log — that's why...