Brain computer interface project

Proffesor X Project

Between March and June 2022 I participated in the Saturdays AI deep learning bootcamp, unlike other similar courses this is a non-profit program run entirely by volunteers. And it has been an experience that I would recommend to everyone. It consists of six weeks of theory in which various types of algorithms are reviewed (CNNs, autoencoders, NLP, reinforcement learning etc) and doing a weekly practice, but I was mainly interested in the second part of the course, in which for another six weeks we have to do a group project. In Saturdays AI they have a collaboration with Bitbrain, a Spanish neurotechnology company, which left us one of their headsets, a 16-channel brain-computer interface, with which we could read brain waves in the form of an electroencephalogram. With this type of headset, it is possible to perform many tasks, but they require a lot of time to take measurements, and preprocess the data to get rid of noise.

Our project consisted of moving a drone with eye winks or bites. We chose this type of gesture because although it is not as impressive as detecting a thought, it was simpler and we had little time. The project finally consisted of measure data from several members of the team, dividing the different events (winks and bites) from the rest of the noise, labeling the data, training several machine learning algorithms to use the one that offered the best performance, using the model to classify data in streaming, according to the result of the model send an http request to a python server that then sends a signal to a programmable drone. In the future I would like to be able to improve streaming (it wasn't working well), try different algorithms, record more data and above all try other types of mental states such as thinking about moving an arm, thinking about a color or concentrating. It has been a great opportunity to test a technology that will undoubtedly be revolutionary in the future.


For more detailed information about the project:

- Medium article: https://medium.com/saturdays-ai/professor-x-project-262c242311b0

- Github repo: https://github.com/albarc3/ProfessorX-Project

- Presentation: https://youtu.be/tdbjLsNJao8?t=4504