Control Google Slides With Just Hand Gestures!
GesturePresenter is a project that allows users to control slide presentations through hand gestures using any device with web access and a camera. Leveraging Google’s MediaPipe Hands for gesture recognition, it consists of a Remote website, a Chrome extension, and a Python3 Flask backend server.
git clone <repository-url>
npm install
npm start
npm run build
npm run deploy
python app.py
npm install
npm run build
npm run watch
chrome://extensions/
, choose “Load unpacked,” and select the build directory.GesturePresenter is a project that allows users to control slide presentations through hand gestures using a combination of a Remote website, a Chrome extension, and a Python3 Flask backend server. By following the installation guide, users can easily set up the frontend website, backend server, and the Chrome extension to start using GesturePresenter for seamless presentation control.