Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -15,12 +15,21 @@ This app streams videos directly from a public Google Drive folder, detects face
|
|
| 15 |
|
| 16 |
## Features
|
| 17 |
|
| 18 |
-
- 🎥 Stream .mp4 and .avi videos directly from Drive
|
| 19 |
- 🧠 Face detection powered by **MediaPipe**
|
| 20 |
-
- ⚙️ Built
|
| 21 |
-
- ☁️ No local storage
|
| 22 |
|
| 23 |
-
##
|
| 24 |
|
| 25 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
|
| 16 |
## Features
|
| 17 |
|
| 18 |
+
- 🎥 Stream `.mp4` and `.avi` videos directly from Drive
|
| 19 |
- 🧠 Face detection powered by **MediaPipe**
|
| 20 |
+
- ⚙️ Built using **Streamlit**
|
| 21 |
+
- ☁️ No local file storage — processes video streams in memory
|
| 22 |
|
| 23 |
+
## How to Use
|
| 24 |
|
| 25 |
+
1. Make your Google Drive folder public.
|
| 26 |
+
2. Replace the `CCTVFEED_IDS`, `REG_FOLDER_ID`, and `INTRUDER_FOLDER_ID` in `app.py`.
|
| 27 |
+
3. Upload:
|
| 28 |
+
- `app.py`
|
| 29 |
+
- `requirements.txt`
|
| 30 |
+
- `.huggingface.yaml`
|
| 31 |
+
- `README.md`
|
| 32 |
|
| 33 |
+
## Note
|
| 34 |
+
|
| 35 |
+
If your app is stuck at "Building" or "Starting", reduce the number of large dependencies like `dlib`. This app is optimized using **MediaPipe**, not dlib, to reduce build time and errors.
|