OpenCV application reading web-camera frames and recognizing 8 different hand gestures. Segmentation is done using 21 Mediapipe landmarks. Landmarks are classified into gestures via a Neural Network.
Deployed the model with Flask framework (server and templates/index files)