This is a little Computer Vision project built using OpenCV, MediaPipe and Python. It detects your fingers then creates lightning between matching pairs.
I'm using uv to manage this project.
Create a virtual env.
uv venvActivate the virtual env according to your shell. Here's with Fish shell.
source .venv/bin/activate.fishRun the app
uv run main.pyThis project is licensed under the MIT License