--- 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.