brain-bits
brain-bits copied to clipboard
How to use the app
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!
@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.
Can we modify the code to use emotiv insight for the speller application?
Emotiv Insight doesn’t give raw EEG, as fsr as I know.
I have subscribed for raw eeg and it does provide on demand :)
Then, of course, it should be as easy as writing a new plugin to read from its stream.