diff options
author | matkovic <matkovic.tilen@gmail.com> | 2017-06-11 00:30:21 +0200 |
---|---|---|
committer | matkovic <matkovic.tilen@gmail.com> | 2017-06-11 00:30:21 +0200 |
commit | 5833b7cec1821e48e19a65f592bf0b3bc8910273 (patch) | |
tree | a7e9a7dcd0974dbec2eeb29c129c6be62042bbe3 | |
parent | d4c1052d4a5a0e2fdaa7971f7f322a6b6462fe5a (diff) | |
parent | 887ba2a917f50124ee63d06b574ccc40f78dbe16 (diff) |
Merge branch 'master' of https://github.com/matkovic/free-will
-rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..ccd1087 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# free-will +AI project - Disprove the existence of the free will + +My attempt for the "Free will experiment" using Emotiv EPOC EEG headset and OpenViBE platform. This project could have been done better with additional filters to get rid of noise/blinks etc. and more precise EEG data. + +For receiving data from the EPOC headset, I used hemokit (https://github.com/nh2/hemokit) with following command: +hemokit-dump.exe --format sensorbytes --serve 127.0.0.1:1337 --realtime + +OpenViBE collects this data with acquisition server as described in https://github.com/nh2/hemokit/wiki/OpenVibe . + +OpenViBE scenarios that I used are located in the openvibe-scenarios folder: +* free-will-bci-1-acquisition.xml - saving EEG data to CSV file, saving keyboard button presses into CSV file +* free-will-bci-2-classifier-trainer.xml - scenario with just a python script (see scripts/python-learning.py) + |