Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 714 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 714 Bytes

AI Virtual Mouse

Developed an AI-based approach for controlling the mouse movement using Python and openCV with real-time camera that detects hand landmarks, tracks gesture patterns instead of a physical mouse.

Dependencies -

Please install all the required dependencies.

  • openCV - (For image processing and drawing)
  • mediapipe - (For Hand Tracking)
  • autopy - (For controlling the mouse movement and click)
  • numpy

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/Logahn/virtual-mouse.git
  2. Run the virtualMouse.py python file.