AirCanvas is a simple application that lets u draw in air depending on the colour of your pen.The model has been trained to detect and draw in three colours, orange, violet and green. So if you want to have some fun with colours, go ahead and fork the repo. The application uses OpenCV,which is a library of Python bindings designed to solve computer vision problems. The application first detects the colour of the pen and then tracks the movement of its tip to draw patterns.
- Python 2.7 or greater
- OpenCV library
- Numpy
Fork the repository and go to the respective folder from the terminal. Make sure you have installed all the necessary dependencies. Write the following code in terminal.
python3 chapter1.py
π Click Here to watch demo video
π If you liked the application, make sure to star this repo, Thankyou.
