Jayeshbhojawat / Virtual_Board

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 mediapipe 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 phone 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 !

About

License:MIT License


Languages

Language:Python 99.8%Language:Procfile 0.2%