- A tool that allows people to control their computer through hand gestures. Open Source! Developed By Skyzen Labs
- Uses python, Windows .exe version, and Linux python version coming soon. The python file attached is a stable version which is for Windows systems only, for now.
-
Download python from the official site : python.org and download the python version 3.10
-
Create a Virtual Environment (venv) (optional).
-
Install the following libraries: opencv-python (cv2), pyautogui, and mediapipe. pip install opencv-python pyautogui mediapipe
-
This will help the code to run, make sure your camera is enabled.