Skip to content

Commit 20ac430

Browse files
authored
Merge pull request #2 from paveldat/hand-tracking
Create Readme.md
2 parents 6d38fdb + ab461b8 commit 20ac430

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

Readme.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# AI Virtual Keyboard
2+
In this project I am going to create a virtual key board based on Artificial Intelligence (AI).
3+
I will write the code step by step so it is easy to follow.
4+
I will also look at how we can run this program to operate applications like a notepad.
5+
6+
## Features
7+
* Can track your hand in real-time
8+
* Can write text in writer redactor based on your hand activity
9+
10+
## How to install
11+
1. Clone this repository on your computer
12+
`https://github.com/paveldat/virtual_keyboard.git`
13+
2. Install all the requirements
14+
`run libraries.bat` or
15+
`pip install -r requirements.txt`
16+
3. Run the program
17+
`python main.py`
18+
19+
## Help
20+
You might face issue with webcam not showing and you get errors.
21+
To solve it just change the value in this line (for example to `1`).
22+
`cap = cv2.VideoCapture(0)`
23+
Increment this number until you see your webcam.
24+
25+
## Hand Landmarks
26+
<img src="https://github.com/paveldat/gesture_volume_control_v2/blob/main/img/HandLandmarks.png">
27+

0 commit comments

Comments
 (0)