Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 707 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 707 Bytes

Virtual-Mouse-Controller-Using-AI

AI-based System to control the mouse cursor using Python and OpenCV library with real-time input using a camera or webcam. The fingertip location is mapped to RGB images to control the mouse cursor.

Dependencies

Install all the required dependencies mentioned below to run the project on your system

  • Python3

Python Libraries required

  • mediapipe
  • openCV
  • autopy
  • numpy
  • pandas

Installation

To Setup the system for development on your local machine, Please follow the instructions below:

  1. Clone the repository to your machine
git clone https://github.com/lk221b/Virtual-Mouse
  1. Execute the '''AIVirtualMouse.py''' python file.