https://github.com/roushou/fingers-lightning
Create lightning between your fingers using Computer Vision
https://github.com/roushou/fingers-lightning
computer-vision mediapipe opencv python3 uv
Last synced: about 2 months ago
JSON representation
Create lightning between your fingers using Computer Vision
- Host: GitHub
- URL: https://github.com/roushou/fingers-lightning
- Owner: roushou
- License: mit
- Created: 2025-07-06T16:08:15.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-06T16:29:35.000Z (12 months ago)
- Last Synced: 2026-04-30T16:32:43.809Z (about 2 months ago)
- Topics: computer-vision, mediapipe, opencv, python3, uv
- Language: Python
- Homepage:
- Size: 91.8 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fingers Lightning
This is a little Computer Vision project built using OpenCV, MediaPipe and Python. It detects your fingers then creates lightning between matching pairs.
## Getting started
I'm using [uv](https://docs.astral.sh/uv/) to manage this project.
Create a virtual env.
```bash
uv venv
```
Activate the virtual env according to your shell. Here's with Fish shell.
```bash
source .venv/bin/activate.fish
```
Run the app
```bash
uv run main.py
```
## License
This project is licensed under the [MIT License](./LICENSE)