It's an Ai model which will create a pattern of the movements you will make infront of your camera when you execute this program.
You will need to install some basic libraries in order to run it.
Make sure you have pip and python already installed in your PC.
- Mediapipe
pip install mediapipe
- cv2
pip install opencv-python
After successful installation run the file main.py and Voila!!! you will seee the patterns of your hand.
This project was my first Submission at MLH Hackathon and won 3rd overall prize winner.