SuriRaja commited on
Commit
1c3269c
·
verified ·
1 Parent(s): ee43584

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -5
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 entirely in **Streamlit**
21
- - ☁️ No local storage needed everything happens in memory
22
 
23
- ## Configuration
24
 
25
- Ensure the following file structure in your repo:
 
 
 
 
 
 
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.