forked from abhisek247767/AI-ML-DL-Hacktoberfest2024-WB
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a51bfa5
commit d719dd6
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Hand-Controlled Screenshot Project | ||
|
||
## Description | ||
This project utilizes OpenCV and MediaPipe to allow users to capture screenshots using hand gestures. By recognizing specific hand positions, users can take screenshots of their screens without needing to use a mouse or keyboard. | ||
|
||
## Features | ||
- **Hand Gesture Recognition:** Detects hand landmarks to recognize gestures for taking screenshots. | ||
- **Screenshot Functionality:** Captures the current screen and saves it in a designated folder. | ||
- **User Feedback:** Provides visual notifications to inform users about the status of the screenshot process. | ||
|
||
## Requirements | ||
- Python 3.x | ||
- OpenCV | ||
- NumPy | ||
- PyAutoGUI | ||
- MediaPipe | ||
|
||
You can install the required packages using pip: | ||
|
||
```bash | ||
pip install opencv-python numpy pyautogui mediapipe |