This project is aimed at creating a presentation control system using hand gestures. By detecting and recognizing specific hand gestures, users can navigate through slides in a presentation without the need for traditional input devices such as a keyboard or mouse.
- Gesture Recognition: The system utilizes computer vision techniques to recognize predefined hand gestures.
- Slide Navigation: Users can control the forward and backward movement of slides using hand gestures.
- User-Friendly Interface: The system is designed to be intuitive and easy to use for presenters.
- Python 3.x
- OpenCV
- TensorFlow (optional, depending on the chosen gesture recognition approach)
- Presentation software compatible with external control (e.g., PowerPoint)
- Clone the repository to your local machine:
- Install the required dependencies using pip:
- Connect a camera to your computer.
- Run the main script:
- Follow the instructions to calibrate the system and start controlling the presentation with hand gestures.
Contributions are welcome! If you have any ideas for improvements or new features, feel free to open an issue or submit a pull request.