Skip to content

Latest commit

 

History

History
59 lines (33 loc) · 1.48 KB

README.md

File metadata and controls

59 lines (33 loc) · 1.48 KB

Virtual drawing board ✍️

python

PyTorch OpenCV MediaPipe license

Drawing on a virtual canvas using hand pose estimation




Libraries used

  • PyTorch
  • Mediapipe
  • OpenCV

To test the whiteboard, run main.py.

  • Clenching a fist with your index finger sticking out allows you to draw.

  • Closing your hand into a fist allows you to erase, where the red box represents the bounds of the eraser.

  • Holding your hand with all of your fingers open does nothing.


References

Licensed under the MIT License