Cool Computer vision project which takes camera feed and localizes the hand landmarks using the classifier.
To use it Just git clone the repo and run the HandLandmarks.py file.
Use the package manager pip to install the dependencies.
pip install opencv-python
pip install mediapipe
pip install numpy
or just run the following command to install all the dependencies at once.
pip install -r requirements.txt
python HandLandmarks.py
or click run in VS code.