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

https://github.com/ake144/prodigy_ml_04

Real-time Hand Gesture Recognition using TensorFlow & OpenCV
https://github.com/ake144/prodigy_ml_04

Last synced: over 1 year ago
JSON representation

Real-time Hand Gesture Recognition using TensorFlow & OpenCV

Awesome Lists containing this project

README

          

Develop a hand gesture recognition model that can accurately identify and classify different hand gestures from image or video data, enabling intuitive human-computer interaction and gesture-based control systems.

in this project i have used
OpenCV is a real-time Computer vision and image-processing framework built on C/C++

MediaPipe is a customizable machine learning solutions framework developed by Google. It is an open-source and cross-platform framework, and it is very lightweight. MediaPipe comes with some pre-trained ML solutions such as face detection, pose estimation, hand recognition, object detection, etc.

TensorFlow is an open-source library for machine learning and deep learning developed by the Google brains team. It can be used across a range of tasks but has a particular focus on deep neural networks.

and numpy