An open API service indexing awesome lists of open source software.

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

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)