brain-bits icon indicating copy to clipboard operation
brain-bits copied to clipboard

How to use the app

Open siliconvalleypilot opened this issue 5 years ago • 5 comments

Hi I was able to compile and run the app. I start the app and press command + n and it shows the output brainwaves correctly. Next I click command + o, turn on 'training mode' button and start, and finish the training session. However, in the inference mode (I guess I can enter it by turning 'training mode' button off and click 'start') the characters keep blinking and I cannot see anything or type anything. Could anyone give me instructions on how to use this app? Thank you!

siliconvalleypilot avatar Aug 16 '19 01:08 siliconvalleypilot

@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 first data you saved, and how to classify new data.

dashersw avatar Sep 22 '19 22:09 dashersw

Can we modify the code to use emotiv insight for the speller application?

Rakesh420 avatar May 13 '20 02:05 Rakesh420

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

dashersw avatar May 13 '20 07:05 dashersw

I have subscribed for raw eeg and it does provide on demand :)

Rakesh420 avatar May 13 '20 07:05 Rakesh420

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

dashersw avatar May 14 '20 00:05 dashersw