Spaces:
Sleeping
Sleeping
File size: 715 Bytes
965e13b d6a82d7 965e13b d6a82d7 d12d189 965e13b 1c3269c 965e13b d12d189 1c3269c d6a82d7 d12d189 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
---
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
1. Make your Google Drive folders **public**.
2. Replace the `CCTVFEED_IDS`, `REG_FOLDER_ID`, and `INTRUDER_FOLDER_ID` in `app.py`.
3. Upload:
- `app.py`
- `requirements.txt`
- `README.md`
> ✅ No `.huggingface.yaml` is needed if the header above is present in the README.md.
|