diff options
author | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2017-06-20 18:54:59 +0200 |
---|---|---|
committer | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2017-06-20 18:54:59 +0200 |
commit | 99bbb6cd39e9491fef3bdcbcf40235c21a479c5d (patch) | |
tree | 58b43d1e22d8daf8b38c5f6b4b354ea89e2e7637 /2017/free-will/README.md | |
parent | bea5b9ff3689787a4107ee6634be47413f3fc4d5 (diff) | |
parent | 5740ed3123e97d5c424340d613515d965087aefc (diff) |
Add '2017/free-will/' from commit '5740ed3123e97d5c424340d613515d965087aefc'
git-subtree-dir: 2017/free-will
git-subtree-mainline: bea5b9ff3689787a4107ee6634be47413f3fc4d5
git-subtree-split: 5740ed3123e97d5c424340d613515d965087aefc
Diffstat (limited to '2017/free-will/README.md')
-rw-r--r-- | 2017/free-will/README.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/2017/free-will/README.md b/2017/free-will/README.md new file mode 100644 index 0000000..378a2fd --- /dev/null +++ b/2017/free-will/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 (the idea for the experiment can be seen in this youtube video - https://www.youtube.com/watch?v=lmI7NnMqwLQ ). 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) + |