Handemoji is a simple AI-based hand gesture recognition that translates a hand pose into the Emoji. Using Tensorflow JS and its Handpose preloaded model to detect the hand object and its parts. Handsign also uses an additional library called Fingerpose to classify certain of custom hand gestures based on the finger position.
#madewithTFJS
-
Tensorflow JS - A Library for ML in JS.
-
Handpose - A lightweight ML pipeline consisting of two models: A palm detector and a hand-skeleton finger tracking model.
-
Fingerpose - A pose classifier for hand landmarks detected by TensorFlow.js Handpose's model.
If you want to learn more about Tensorflow JS and custom gesture handpose, please kindly check these amazing videos