This is a basic Python Script that tacks our hand positions
To Run this script we need the following modules 1. CV2 2. mediapipe
-
Open Your code editor :
-
Open the Integrated Terminal: Press Ctrl + (backtick) to open the integrated terminal.
-
Navigate to your project directory: Use the cd command to change the directory to your Python project if you are not already in the correct directory.
-
Install the Python module: Run the following command to install a Python module using pip: i ------> pip install opencv-python ii ------> pip install mediapipe