The haar cascade algorithms were downloaded from opencv github repository:
"https://github.com/opencv/opencv/tree/master/data/haarcascades"
Hand tracking and pose detection projects uses mediapipe.
Create virtual environment in python 3.7 or higher.
Install opencv using:
pip install opencv-python