Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 818 Bytes

README.md

File metadata and controls

24 lines (21 loc) · 818 Bytes

Virtual-Board

Here I have created a virtual board on which we can write using the hand geasutres. For creating this I had used the mediapiepe library of the Google. I had also made a flask app for using it by which you can run it as a web app on your PC. By using that it can also run on your phine also.

Pre-requisites

These are the required dependencies needed to setup the environment

$ pip3 install -r requirements.txt

Instructions

  1. To run on local machine without a Flask server.
$ python3 run BlackBoard.py
  1. To run as a local host on a Flask server.
  • Run the Flask app
$ python3 run app.py

Usage:

  • Use your index finger to draw.
  • To change color/ use eraser, use index and middle fingers to select it by hovering on it.
  • Continue painting !