Skip to content

monishamandal02/Virtual-Mouse-Controller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Virtual Mouse Controller

Mouse cursor using Python and OpenCV with the real-time camera. Fingertip location is mapped to RGB images to control the mouse cursor.

Dependencies

Please install all the required dependencies.

  • openCV
  • mediapipe
  • autopy
  • numpy

Installation

To setup the system for development on your local machine, please follow the instructions below:

Python version must be above 3.8 64bit.

  1. Clone the repository to your machine

    git clone 
  2. pip3 install mediapipe 
  3. pip3 install autopy 
  4. pip3 install numpy 
  5. Run the AIVirtualMouse.py python file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages