Skip to content

Debdeepghosal/FingerJoystick

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 
ย 
ย 

Repository files navigation

Hand Gesture Control using MediaPipe and OpenCV ๐Ÿ‘‹๐ŸŽฎ

This Python script demonstrates real-time hand gesture control using MediaPipe and OpenCV libraries. The code tracks hand movements through a webcam feed, recognizing specific gestures to control keyboard inputs.

Features ๐ŸŒŸ

  • Detects hand landmarks using MediaPipe ๐Ÿ‘
  • Interprets hand gestures to control keyboard inputs โŒจ๏ธ
  • Recognizes gestures for directional movements (Right, Left, Forward) and special actions (Shift) ๐Ÿš€

Requirements ๐Ÿ› ๏ธ

  • Python 3.x ๐Ÿ
  • OpenCV ๐Ÿ“ท
  • Mediapipe ๐Ÿ–๏ธ
  • pynput ๐Ÿ•น๏ธ

Usage ๐Ÿš€

  1. Install the required libraries using pip:
    pip install opencv-python mediapipe pynput

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages