diff options
author | matkovic <matkovic.tilen@gmail.com> | 2017-06-16 23:08:32 +0200 |
---|---|---|
committer | matkovic <matkovic.tilen@gmail.com> | 2017-06-16 23:08:32 +0200 |
commit | 5740ed3123e97d5c424340d613515d965087aefc (patch) | |
tree | 10c32bb68e6792625d143e96e2d804b674d3fe9a | |
parent | e97c0f1d1224f3c8f8d013ec6e1d549e4d946e35 (diff) |
Update readme
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ # 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. +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 |