Skip to content

Virtual trackpad that detects fingers and uses their position and gesture to work as a mouse for your computer.

Notifications You must be signed in to change notification settings

AnilpreetSingh/MetaVerseMouse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MetaVerseMouse

A computer vision-based virtual mouse that can be controlled using hand gestures is a fascinating application of artificial intelligence and computer vision technology. This virtual mouse is built using the Mediapipe Hands and PyAutoGUI enables users to control the virtual mouse using simple hand gestures. Total of 18 operations can be performed including clicks, pointer movement, volume change, scroll, tab change, etc.

This readme file does not contain the explanation for the code. Detailed explanation about the code with architecture and use of functions is write in this post. medium.com

Libraries used

mediapipe: Version: 0.9.1.

opencv-python: Version: 4.6.0.66

imutils: Version: 0.5.4

PyAutoGUI: Version: 0.9.53

The gestures and their respective operations

gestures

About

Virtual trackpad that detects fingers and uses their position and gesture to work as a mouse for your computer.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages