This project allows you to create virtual paintinsg using a computer vision-based system.
- Clone the repository:
git clone https://github.com/VedantR3907/Virtual-Painting-with-hands-recognizition.git
- Install dependencies from requirements.txt:
pip install -r requirements.txt
To run the virtual painter application, execute the following command:
python VirtualPainter_Main_With_Background_SaveFiles.py
Ensure you have Python installed and all dependencies from requirements.txt are installed beforehand.