Skip to content

Fun project using Python to help me shift slides when I give a presentation πŸ˜‚βœŒπŸ»

Notifications You must be signed in to change notification settings

ddevfrostt/mediapipe-handtracking-presentation-slider

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Hand Tracking PPT Slider

About

This project is an implementation of a system that controls PowerPoint (PPT) slide presentation using computer vision technology, MediaPipe, and PyAutoGUI. By leveraging MediaPipe to detect hand landmarks and recognize user gestures, the project enables users to automatically navigate through PPT slides using hand movements. Using PyAutoGUI, the project connects hand gestures with commands to control the arrow keys on the keyboard. That's it. Simple right?

Libraries that I use

  • opencv-python
  • mediapipe
  • pyautogui

The hand landmarks

Hand Landmarks I use only the THUMB_TIP and the THUMB_IP to trigger the arrow

Test

Test

About

Fun project using Python to help me shift slides when I give a presentation πŸ˜‚βœŒπŸ»

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%