An AI program to control presentation slides using hand gestures. built with MediaPipe and OpenCV
- Clone the repo
git clone https://github.com/hng011/smart-presentation.git- Create a conda env
conda create --name=<ENV_NAME> python=3.10.14- Activating the conda env
conda activate <ENV_NAME>- Install requirements.txt
pip install -r requirements.txt- run the program
python main.py