Main Content

Gesture keyboard is a library used to convert accelerometer data to a sequence of characters and sentences.

The Gesture Keyboard is a device that translates gestures into letters. It’s made by an Arduino Pro Micro, an HC-06 module for bluetooth comunication and a MPU-6050 accelerometer.
It sends the data to a computer that, with a Machine Learning algorithm, translates the motion readings into characters.
The library itself is written in Python and uses the Scikit-learn library for the SVM algorithm.”

Link to article