https://github.com/fawredd/faw-hand-detection
Detección de manos y medición de la distancia entre los dedos utilizando Python y Mediapipe.
https://github.com/fawredd/faw-hand-detection
ai hand-detection mediapipe python
Last synced: 2 months ago
JSON representation
Detección de manos y medición de la distancia entre los dedos utilizando Python y Mediapipe.
- Host: GitHub
- URL: https://github.com/fawredd/faw-hand-detection
- Owner: fawredd
- Created: 2024-03-26T21:52:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-26T22:02:11.000Z (over 2 years ago)
- Last Synced: 2024-03-26T23:21:44.470Z (over 2 years ago)
- Topics: ai, hand-detection, mediapipe, python
- Language: Python
- Homepage:
- Size: 804 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Hand Detection and Finger Distance Measurement
Este proyecto utiliza Python y Mediapipe para detectar y medir la distancia entre los dedos en tiempo real a través de la cámara.
## Requisitos
- Python
- OpenCV
- Mediapipe
## Instalación
1. Clona o descarga este repositorio.
git clone https://github.com/fawredd/faw-hand-detection.git
2. Ve al directorio del proyecto.
cd
3. Instala las dependencias usando pip.
pip install -r requirements.txt
## Uso
1. Ejecuta el script `faw-hand.py`.
python faw-hand.py
2. La cámara se abrirá y comenzará a detectar tus manos.
3. Los puntos de detección y la distancia entre los dedos se mostrarán en tiempo real en la ventana de la cámara.
4. Presiona la tecla `Esc` para salir del programa.