pyGARL stands for Python Gesture Analysis and Recognition Library and, as you may expect, it's used to build gesture recognition systems. I decided to build it because, after the success of my previous project ( the Gesture Keyboard ), I felt that a general purpose gesture recognition library would have been useful for a lot of people.
The installation is pretty straightforward:
pip install pygarl
NOTE TO WINDOWS USERS: the package requires scikit-learn and scipy to work. The easy way to install them is by using Anaconda ( https://www.anaconda.com/download/ ).
All the documentation can be found in the Wiki: https://github.com/federico-terzi/pygarl/wiki
This library is distributed using the Apache License 2.0, so you can use it in your commercial projects for free, but please mention both me and the library.