Skip to content

Virtual painting on webcam feed using Google MediaPipe

Notifications You must be signed in to change notification settings

divyashivaram/virtual-paint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Paint on webcam feed

WIP project

Hand landmarks detected using mediapipe. Video captured and displayed with opencv.

To run locally:

Clone repository

git clone git@github.com:divyashivaram/virtual-paint.git

Create virtual environment and activate

python -m venv env
source env/bin/activate

Install all dependencies

pip install -r requirements.txt

Run track_hand.py

python track_hand.py

About

Virtual painting on webcam feed using Google MediaPipe

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages