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

https://github.com/josualimbu/hand-landmark

Hand Landmark is a system for recognizing and tracking key points on the hand using MediaPipe technology, a machine learning and computer vision framework from Google.
https://github.com/josualimbu/hand-landmark

hand-landmarks-detection machine-learning mediapipe mediapipe-hands opencv pipeline

Last synced: 2 months ago
JSON representation

Hand Landmark is a system for recognizing and tracking key points on the hand using MediaPipe technology, a machine learning and computer vision framework from Google.

Awesome Lists containing this project

README

          

Hand landmark is a technology used to detect and track specific points on the human hand in images or videos, often used in hand gesture recognition, human-computer interaction, and augmented reality (AR). This technology utilizes Machine Learning (ML) and Computer Vision (CV) to identify and track the positions of the fingers and other hand parts. A popular framework for this is MediaPipe by Google, which offers real-time solutions for hand tracking, landmark detection, and gesture recognition using pre-trained deep learning models. MediaPipe can detect up to 21 key points on each hand, enabling applications like device control through gestures, intuitive human-computer interaction, and realistic hand integration in AR environments.