updated app.py and req.txt
Browse files- app.py +3 -2
- requirements.txt +3 -3
app.py
CHANGED
@@ -121,8 +121,9 @@ def main():
|
|
121 |
- **Victory Sign** (:v:): Extend your index and middle fingers to enable scrolling.
|
122 |
- **Spider-Man Sign** (:the_horns:): Extend your index and little fingers to enable scrolling.
|
123 |
- Move your hand **up** or **down** to scroll.
|
124 |
-
|
125 |
-
|
|
|
126 |
"""
|
127 |
)
|
128 |
|
|
|
121 |
- **Victory Sign** (:v:): Extend your index and middle fingers to enable scrolling.
|
122 |
- **Spider-Man Sign** (:the_horns:): Extend your index and little fingers to enable scrolling.
|
123 |
- Move your hand **up** or **down** to scroll.
|
124 |
+
- **PS**:
|
125 |
+
- Ensure good lighting and keep your hand within the webcam's view.
|
126 |
+
- Currently PyAutoGUI doesn't support remote/headless machines. Clone the project and run it in your local machine.
|
127 |
"""
|
128 |
)
|
129 |
|
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
mediapipe==0.10.
|
2 |
opencv-python==4.10.0.84
|
3 |
PyAutoGUI==0.9.54
|
4 |
-
streamlit==1.
|
5 |
-
streamlit-webrtc==0.
|
|
|
1 |
+
mediapipe==0.10.21
|
2 |
opencv-python==4.10.0.84
|
3 |
PyAutoGUI==0.9.54
|
4 |
+
streamlit==1.44.1
|
5 |
+
streamlit-webrtc==0.57.0
|