This repository contains code for my project - Dynamic Gesture Recognition.
All the required dependencies for this project can be found in the file requirements.txt
python3 ./code/main.py
The base mapping of gestures is as follows:
-
Swipe Left =========> Switch tabs
-
Swipe Right ========> Minimize current sab
-
Pulling Hand In =====> Minimize all tabs and return to desktop
-
Thumbs up Motion ===> Screenshot
I am currently working on improving performance and adding more gestures which wasn't done earlier due to computational constraints.