SuriRaja commited on
Commit
965e13b
Β·
verified Β·
1 Parent(s): d6a82d7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -17
README.md CHANGED
@@ -1,22 +1,26 @@
1
- # Face Detection from Google Drive Videos πŸ“Ή
 
 
 
 
 
 
 
 
 
2
 
3
- This app streams videos directly from a public Google Drive folder and performs real-time **face detection** using **MediaPipe**, visualized with **Streamlit**.
4
 
5
- ## πŸš€ Features
6
- - βœ… No service account required
7
- - πŸ“ Streams `.mp4` and `.avi` files from public Google Drive folders
8
- - πŸ” Face detection using MediaPipe
9
- - ⚑ Runs at normal frame rate for practical testing
10
- - 🧠 Lightweight and GPU-free setup (but supports GPU for faster processing)
11
 
12
- ## πŸ”§ Configuration
13
- To change the video source:
14
- - Update the `CCTVFEED_IDS`, `REG_FOLDER_ID`, or `INTRUDER_FOLDER_ID` values inside `app.py`.
15
 
16
- ## πŸ”„ Workflow
17
- 1. User selects a video from Google Drive (live stream).
18
- 2. Frames are processed in real time.
19
- 3. Detected faces are marked and shown in Streamlit UI.
20
- 4. No download β€” everything is streamed and processed on the fly.
 
 
 
21
 
22
- ## πŸ“‚ Folder Structure (expected in root)
 
1
+ ---
2
+ title: "Face Detection from Drive"
3
+ emoji: "πŸ“Ή"
4
+ colorFrom: "blue"
5
+ colorTo: "green"
6
+ sdk: streamlit
7
+ sdk_version: "1.34.0"
8
+ app_file: app.py
9
+ pinned: false
10
+ ---
11
 
12
+ # Face Detection from Google Drive (Streamlit App)
13
 
14
+ This app streams videos directly from a public Google Drive folder, detects faces using MediaPipe, and displays results in real time β€” all without downloading videos locally.
 
 
 
 
 
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