Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 487 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 487 Bytes

Hand Gesture Control

Description

This program detects hand gestures in real-time using the Mediapipe library and controls the keyboard keys accordingly. It can be used to control games or other applications using hand gestures.

Prerequisites

  • Python 3.9 or later
  • OpenCV
  • Mediapipe
  • PyAutoGUI

Installation

You can install the necessary libraries by running the following command:

pip install opencv-python mediapipe pyautogui

Maintainer Name: Nishtha P