Skip to content

Latest commit

 

History

History
20 lines (20 loc) · 466 Bytes

README.md

File metadata and controls

20 lines (20 loc) · 466 Bytes

To Run the Code!!

  • You May need to install OpenCV and mediapipe
pip install -r requirements.txt
  • Then run all the scripts one by one from src
  • note If You do not have webcam, it will not work
  • run:
python Hand.py
python Face.py
python Body.py
python Motion.py

or

  • make run.sh executable chmod +x run.sh and run the file Note you need to make some changes accourding to your OS and $PATH
./run.sh