File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change
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
+
You can’t perform that action at this time.
0 commit comments