Spaces:
Running
Running
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +19 -0
requirements.txt
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Focus Guardian Dependencies
|
| 2 |
+
|
| 3 |
+
# UI Framework
|
| 4 |
+
gradio>=4.0.0
|
| 5 |
+
|
| 6 |
+
# Computer Vision
|
| 7 |
+
opencv-python>=4.8.0
|
| 8 |
+
mediapipe>=0.10.0
|
| 9 |
+
numpy>=1.24.0
|
| 10 |
+
|
| 11 |
+
# Optional: Advanced detection
|
| 12 |
+
# ultralytics>=8.0.0 # For YOLOv8 phone detection
|
| 13 |
+
# transformers>=4.35.0 # For SmolVLM
|
| 14 |
+
|
| 15 |
+
# Reachy Mini SDK (install separately)
|
| 16 |
+
# reachy-sdk>=1.0.0
|
| 17 |
+
|
| 18 |
+
# Utilities
|
| 19 |
+
Pillow>=10.0.0
|