Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 573 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 573 Bytes

Handgator

  1.The path of your hand movements is covered by red line
  2.Direction of hand movements is also displayed
  3.The co-ordinates displayed below is the difference between the present and previous 
  co-ordinates of the position of your hand.

How to run

   git clone https://github.com/SauravKanchan/Handgator.git
   cd Handgator
   pip install -r requirements.txt
   python main.py

if pip install -r requirements.txt did not worked try

   pip install -r requirements_new.txt