Skip to content

gursi26/virtual_drawing_board

Repository files navigation

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