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

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

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)