Project Computer Vision to Watch Youtube with Hand Gesture Method
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Python
- PIP Bash Installer
- High-End PC/Laptop(Force on your device & felt the heat!)
-
Clone the repository:
git clone https://github.com/bagaspra16/vision-python.git
-
Navigate into the project directory:
cd project-name
-
Install library computer vision:
pip install opencv-python
-
Install library mediapipe:
pip install mediapipe
-
Install library pyautogui:
pip install pyautogui
-
Install library webbrowser:
pip install webbrowser
py main.py
Find the information of every function to understand how it works.