// Teach your computer to recognize gestures and trigger a set of actions to perform after a certain gesture is recognized.//
Hello World! I'm very excited to share with you my recent experiment wherein I tried to teach my computer certain gestures and whenever those gestures are recognized certain actions will be performed.
In this blog, I'll explain all you need to do to achieve the following
IF: I wave to my webcam
THEN: move the mouse pointer a little to its right
I have used power for Node js to achieve this. The idea is to create a native desktop app which will have access to the operating system to perform certain actions like a mouse click or a keyboard button press and also on the same native desktop app we'll try to train our model and draw inferences locally.
To make it work, I thought of using tensorflow.js and robotjs in an Electron App created using Angular.