File tree Expand file tree Collapse file tree 3 files changed +454
-0
lines changed
OTHERS/Virtual_Mouse-main Expand file tree Collapse file tree 3 files changed +454
-0
lines changed Original file line number Diff line number Diff line change 1+ # Virual-Mouse
2+
3+ A virtual mouse is software that allows users to give mouse inputs to a
4+ system without using an actual mouse. To the extreme it can also be called
5+ as hardware because it uses an ordinary web camera. A virtual mouse can
6+ usually be operated with multiple input devices, which may include an
7+ actual mouse or a computer keyboard. Virtual mouse which uses web
8+ camera works with the help of different image processing techniques.
9+
10+
11+
12+ # How to setup and run
13+
14+ ### Pre-requisites
15+
16+ Python: (3.6 - 3.8.5)<br >
17+ Anaconda Distribution: To download click [ here] ( https://www.anaconda.com/products/individual ) .
18+
19+ Download and Extract the Project Folder Name Virtual-Mouse.<br >
20+ And then Open the Virtual-Mouse Folder in VsCode as shown in Video.
21+
22+ Step 1:
23+ ``` bash
24+ conda create --name gest python=3.8.5
25+ ```
26+
27+ Step 2:
28+ ``` bash
29+ conda activate gest
30+ ```
31+
32+ Step 3:
33+ ``` bash
34+ pip install -r requirements.txt
35+ ```
36+
37+ Step 4:
38+ cd to src by cd src
39+ ``` bash
40+ python Virtual_Mouse.py
41+ ```
42+
You can’t perform that action at this time.
0 commit comments