Skip to content

Files

Latest commit

 

History

History

Virtual_Mouse-main

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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.

Demo Working of the Project Here is the Drive link

You can now access the drive link to watch out the steps and how it works

https://drive.google.com/drive/folders/1hq7jWKDqc4YjFsHC1KeHgGvzJGXp8lzK?usp=sharing

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.

Then Open the Virtual-Mouse Folder in VsCode as shown in the 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: cd to src by cd src

python Virtual_Mouse.py