GestureX unleashes the power of hand gestures to control your computing experience with unparalleled ease and precision. Leveraging the advanced capabilities of OpenCV, this innovation offers a seamless interface between human motion and digital response, essentially transforming your mere hand movements into a commanding tool for computer navigation and control.
GestureX revolutionizes user interaction with its cutting-edge hand-tracking module, leveraging advanced computer vision technology to decode physical hand gestures. This creates an intuitive and seamless user interface, allowing users to perform a wide array of tasks with a mere wave of their hand, eliminating the need for traditional input devices such as a mouse or keyboard.
- Precise Hand Tracking: Utilizes
HandTrackingModule.py
for accurate tracking of hand landmarks. - Gesture Recognition: Interprets various hand gestures to perform tasks using
gestureX.py
. - Real-Time Responsiveness: Achieves high frames-per-second (FPS) rate for a fluid user experience.
- Accessibility: Requires no specialized hardware, making it accessible for a broader audience.
- Multifunctional Controls: Offers a range of control options from simple cursor movements to complex commands like opening drives or applications.
GestureX is built with a stack centered around Python and OpenCV, ensuring a robust and scalable solution.
To get started with GestureX, ensure you have the following prerequisites installed on your system:
- Python 3.x
- OpenCV library
- MediaPipe
- NumPy
- AutoPy
Once the prerequisites are installed, clone the repository to your local machine and navigate to the project directory.
git clone https://github.com/yourusername/GestureX.git
cd GestureX
Run gestureX.py to start the hand gesture control system.
python gestureX.py
For detailed understanding, here's a brief on the main modules:
- HandTrackingModule.py: This module is central to the project, incorporating Mediapipe and OpenCV to track hand landmarks in real-time and provide necessary coordinates for gesture recognition.
- gestureX.py: Built upon the HandTracking module, it interprets the hand landmarks to perform various control actions like mouse movement, clicks, and executing system commands.
Your contributions are welcome! If you would like to contribute, please fork the repository, make changes, and create a pull request with your improvements.
Contribution Steps
- Fork the repository
- Create your feature branch (git checkout -b feature/AmazingFeature)
- Commit your changes (git commit -m 'Add some AmazingFeature')
- Push to the branch (git push origin feature/AmazingFeature)
- Open a pull request
- For any support or queries, raise an issue in the GitHub issue tracker.
For assistance or to provide feedback, reach out to us at [email protected].
This project is licensed under the MIT License - see the LICENSE file for details.
Special thanks to all the contributors and open-source libraries that made this project possible.
We're here to help! If you have any support queries or suggestions for new features, please file an issue on our GitHub repository. We'll get back to you as soon as possible.
For assistance or to provide feedback, reach out to us at [email protected].