Skip to content

ronitgulia/HandConnect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

HandConnect

Real-time hand visualizer that draws rainbow glowing lines between your fingertips using just a webcam.


What it does

Point your fingers at the camera and watch colorful glowing lines connect between every fingertip — they even extend beyond the screen for a cool antigravity effect.

The more fingers you show, the more lines appear. Works with both hands too.


Built with

  • Python
  • OpenCV
  • MediaPipe
  • NumPy

Run it yourself

pip install opencv-python mediapipe numpy
python air_canvas.py

How I built this

Started by learning hand landmark detection with MediaPipe, then added gradient colored lines between fingertips, glow effects using Gaussian blur, and smoothing to remove jitter.

Took me a while to get the lines looking aesthetic but pretty happy with how it turned out.


What's next

  • Gesture based color switching
  • Music visualizer mode
  • Browser version

Part of my AIML learning journey

About

Real-time hand visualizer that draws rainbow glowing lines between fingertips using a webcam — built with MediaPipe, OpenCV, and NumPy.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages