Spaces:
Sleeping
Sleeping
metadata
title: Face Detection from Drive
emoji: 📹
colorFrom: blue
colorTo: green
sdk: streamlit
sdk_version: 1.34.0
app_file: app.py
pinned: false
Face Detection from Google Drive (Streamlit App)
This app streams .mp4
and .avi
videos directly from a public Google Drive folder, detects faces using MediaPipe, and displays results in real time — all without downloading videos locally.
How to Use
- Make your Google Drive folders public.
- Replace the
CCTVFEED_IDS
,REG_FOLDER_ID
, andINTRUDER_FOLDER_ID
inapp.py
. - Upload:
app.py
requirements.txt
README.md
✅ No
.huggingface.yaml
is needed if the header above is present in the README.md.