You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 15, 2022. It is now read-only.
hitesh saini edited this page Aug 14, 2020
·
1 revision
There are two type of scripts that you can run right now.
first one is for Hand gesture and second one is for voice input.
Hand Gesture scripts:-
hand gesture scripts are those scripts which are invoked by hand gesture recognition callback, and its callback has access to hand movement direction, so based upon current tab url, you can run your script and have access to hand movement direction.
Voice Input scripts are those scripts which are invoked by voice recognition input callback and its callback has access to recognized word, so based upon current tab url, you can run your scripts and have access to recognized voice string input.