This project is an implementation of a hand sign recognition system using MediaPipe
and OpenCV
.
The goal of this project is to detect and recognize different hand signs from a live video feed.
Before you begin, you will need the following:
- MediaPipe
- OpenCV 4+
- First you need to detect number of hand landmarks and create CSV file using Landmarks.
- Feed the model with a live video feed for detection and recognition of different hand signs.
- Create Machine Learning model to classify signs based on values of landmarks.
- Run real time video to detect these signs.