Personal projects:
3D printing:
Braille converter for 3D printing (python): https://github.com/antoinebrias/3dbraille
I wrote a python script which takes a sentence as input and which builds a 3D model of its Braille translation. The output file format is .stl, which can be read by 3D printer.
Electronics:
Coupling electroencephalography (EEG) toys and neural network: https://github.com/antoinebrias/nneeg
I use data (parsed by an Arduino Library) from Neurosky-based EEG headset (MindFlex headset) in order to train a neural network to classify the brain activity in two different states. The goal is to compare the result of the NN training with the proprietary, black-box data values dubbed “attention” and “mediation” given by the Neurosky chip. The MindFlex headset is connected to an Arduino card to get the measurements about the brain electrical activity by following this procedure. The visualization part is adapted from a brain waves visualization library. For now, the neural network can be trained and the results have to be analyzed.