Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
k22056537 commited on
Commit ·
0da4f80
1
Parent(s): a75bb5a
chore: add HF Space docker metadata
Browse filesMake the Space auto-detect the Docker runtime and port without extra manual config.
README.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# FocusGuard
|
| 2 |
|
| 3 |
Webcam-based focus detection: MediaPipe face mesh -> 17 features (EAR, gaze, head pose, PERCLOS, etc.) -> MLP or XGBoost for focused/unfocused. React + FastAPI app with WebSocket video.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: FocusGuard
|
| 3 |
+
sdk: docker
|
| 4 |
+
app_port: 7860
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
# FocusGuard
|
| 8 |
|
| 9 |
Webcam-based focus detection: MediaPipe face mesh -> 17 features (EAR, gaze, head pose, PERCLOS, etc.) -> MLP or XGBoost for focused/unfocused. React + FastAPI app with WebSocket video.
|