k22056537 commited on
Commit
0da4f80
·
1 Parent(s): a75bb5a

chore: add HF Space docker metadata

Browse files

Make the Space auto-detect the Docker runtime and port without extra manual config.

Files changed (1) hide show
  1. README.md +6 -0
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.