An application where one can draw on screen by just using Gestures.
Pen's color is been detected and is been used as an ink for drawing on screen.
You'll need Git and Python installed on your computer.
- Open-CV
- Numpy
From your command line, first clone this repo:
# Clone this repository
$ git clone https://github.com/ParagD25/Virtual_Pen/
# Go into the repository
$ cd Virtual_Pen
# Remove current origin repository
$ git remote remove origin
# Create new virtual python environment
$ python3 -m venv venv
# Activate virtual python environment
$ source venv/bin/activate
# Install all the libraries/frameworks mentioned above
# Run Python file
$ "python pen.py"
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.