diff --git a/README.md b/README.md index 914a02c..b016f6a 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ For a list of free machine learning books available for download, go [here](http - [General-Purpose Machine Learning](#cpp-general-purpose) - [Natural Language Processing](#cpp-nlp) - [Sequence Analysis](#cpp-sequence) + - [Gesture Recognition](#cpp-gestures) - [Common Lisp](#common-lisp) - [General-Purpose Machine Learning](#common-lisp-general-purpose) - [Clojure](#clojure) @@ -153,6 +154,10 @@ For a list of free machine learning books available for download, go [here](http #### Sequence Analysis * [ToPS](https://github.com/ayoshiaki/tops) - This is an objected-oriented framework that facilitates the integration of probabilistic models for sequences over a user defined alphabet. + +#### Gesture Detection +* [grt](https://github.com/nickgillian/grt) - The Gesture Recognition Toolkit (GRT) is a cross-platform, open-source, C++ machine learning library designed for real-time gesture recognition. + ## Common Lisp