diff options
-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 |