This project implements a real-time hand gesture recognition system using MediaPipe and Pygame, allowing users to control music playback through hand movements captured by a webcam.
It is done with React and Flask
- Clone the Project :
git clone https://github.com/Sairam-K26/Gesture_Recognition_React_Python.git - Navigate to directory:
cd Gesture_Recognition_React_Python - Install Requirements:
pip install -r requirements.txt
- Start the Flask Backend
Python app.py
- FrontEnd
npm start