https://github.com/roushou/burning-fingers
Make your fingers burn with Computer Vision
https://github.com/roushou/burning-fingers
computer-vision mediapipe opencv python
Last synced: 2 months ago
JSON representation
Make your fingers burn with Computer Vision
- Host: GitHub
- URL: https://github.com/roushou/burning-fingers
- Owner: roushou
- License: mit
- Created: 2025-07-08T13:06:42.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-08T13:12:40.000Z (12 months ago)
- Last Synced: 2025-07-08T14:26:15.363Z (12 months ago)
- Topics: computer-vision, mediapipe, opencv, python
- Language: Python
- Homepage:
- Size: 96.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Burning Fingers
This is a little Computer Vision project built using OpenCV, MediaPipe and Python.
It detects your index and middle fingers from both of your hands then creates flames from them.
https://github.com/user-attachments/assets/964c90a6-000f-4eab-83ce-0e1c2587df6e
## 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)