In this project, we have built a system that lets you control your presentation using hand gestures instead of buttons. This system will: use computer vision to detect the user's hands and fingers in real time and use machine learning to recognize gestures, like pointing, drawing, etc using a neural network to translate the hand gestures into actions on your computer, such as moving to the next slide.
1- Download the zip file or clone this repository.
This project requires 7 libraries to run, make sure python is installed on your machine. If you don't have python installed go to their official website or follow the link to download https://www.python.org/downloads/
2- Here are the libraries we'll
pip install -r requirements.txt