Skip to content

added Virtual Mouse using python #337

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 48 additions & 0 deletions OTHERS/Virtual_Mouse-main/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
# 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)<br>
Anaconda Distribution: To download click [here](https://www.anaconda.com/products/individual).

Download and Extract the Project Folder Name Virtual-Mouse.<br>

Then Open the Virtual-Mouse Folder in VsCode as shown in the Video.

Step 1:
```bash
conda create --name gest python=3.8.5
```

Step 2:
```bash
conda activate gest
```

Step 3:
```bash
pip install -r requirements.txt
```

Step 4:
cd to src by cd src
```bash
python Virtual_Mouse.py
```

Loading