Skip to content

A virtual mouse is software that controls cursor movement without a physical mouse, using keyboard or webcam input. Webcam-based systems use image processing to track user movements.

Notifications You must be signed in to change notification settings

Ashwinssj/AI-Virtual-Mouse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Virual-Mouse

A virtual mouse is software that allows users to give mouse inputs to a system without using an actual mouse. To the extreme it can also be called as hardware because it uses an ordinary web camera. A virtual mouse can usually be operated with multiple input devices, which may include an actual mouse or a computer keyboard. Virtual mouse which uses web camera works with the help of different image processing techniques.

How to setup and run

Pre-requisites

Python: (3.6 - 3.8.5)
Anaconda Distribution: To download click here.

Download and Extract the Project Folder Name Virtual-Mouse.
And then Open the Virtual-Mouse Folder in VsCode as shown in Video.

Step 1:

conda create --name gest python=3.8.5

Step 2:

conda activate gest

Step 3:

pip install -r requirements.txt

Step 4:

python Virtual_Mouse.py

About

A virtual mouse is software that controls cursor movement without a physical mouse, using keyboard or webcam input. Webcam-based systems use image processing to track user movements.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages