You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-13Lines changed: 3 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,33 +1,24 @@
1
-
2
1
# _Peripheral Killing System_
3
2
4
3
Peripheral Killing System is a Python project designed to eliminate the use of mouse and keyboard by allowing users to control their computer's input functions using hand gestures. The project utilizes OpenCV and MediaPipe libraries to detect and track hand movements, enabling users to interact with their computer in a more intuitive and hands-free manner.
_This project is built upon the excellent libraries and resources provided by the open-source community. The following resources were used in the development of the Peripheral Killing System:_
17
10
18
11
-_OpenCV_
19
12
-_MediaPipe_
20
-
_Special thanks to the developers and contributors of these libraries._
21
-
13
+
_Special thanks to the developers and contributors of these libraries._
22
14
23
15
### _Features_
24
16
25
17
-_Volume Control: Perform a zoom-in gesture (bringing your thumb and little finger together) to increase the volume and a zoom-out gesture (spreading your thumb and little finger apart) to decrease the volume._
26
-
-_Brightness Control: Similar to volume control, perform a zoom-in gesture to increase brightness and a zoom-out gesture to decrease brightness._
18
+
-_Brightness Control: Similar to volume control, perform a zoom-in gesture to increase brightness and a zoom-out gesture to decrease brightness._
27
19
-_Mouse Control: Use your index finger to control the mouse cursor's movement. Perform a left-click by closing your thumb and index finger together._
28
20
-_Air Keyboard: Simulate keyboard input using air keyboard gestures. The specific gestures for keyboard input can be implemented based on your requirements._
_*Note: Make sure to install `Python 3.8.5` and setup a `virtualenv` before running this project.*_
60
51
61
-
62
52
### _Contributions_
63
53
64
54
_Contributions to the Peripheral Killing System project are welcome! If you encounter any issues or have suggestions for improvements, please open an issue on the GitHub repository. Feel free to submit pull requests to contribute your enhancements to the project._
65
55
66
56
_Before contributing, please review the contribution guidelines._
0 commit comments