Spaces:
Build error
Build error
danielquillanroxas commited on
Commit Β·
12272dd
1
Parent(s): 11f5e95
docker updates
Browse files
README.md
CHANGED
|
@@ -1,20 +1,31 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
|
| 3 |
-
|
| 4 |
|
| 5 |
-
|
| 6 |
|
| 7 |
-
-
|
| 8 |
-
- License
|
| 9 |
-
- Text
|
| 10 |
-
- Simple user interface
|
| 11 |
|
| 12 |
-
##
|
| 13 |
|
| 14 |
-
|
| 15 |
-
2. Click "Process Image"
|
| 16 |
-
3. Download the result with sensitive elements blurred
|
| 17 |
|
| 18 |
-
##
|
| 19 |
|
| 20 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Privacy Preservation
|
| 3 |
+
emoji: π
|
| 4 |
+
colorFrom: indigo
|
| 5 |
+
colorTo: purple
|
| 6 |
+
sdk: docker
|
| 7 |
+
sdk_version: latest
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
---
|
| 11 |
|
| 12 |
+
# Privacy Protector: AI-Powered Content Blurring
|
| 13 |
|
| 14 |
+
This application automatically detects and blurs sensitive content in images and videos:
|
| 15 |
|
| 16 |
+
- π€ **Faces**: Protects identity by blurring all human faces
|
| 17 |
+
- π **License Plates**: Ensures vehicle privacy
|
| 18 |
+
- π **Text**: Blurs potentially sensitive text in images
|
|
|
|
| 19 |
|
| 20 |
+
## Technology
|
| 21 |
|
| 22 |
+
Built using YOLOv8 deep learning model for detection, with a Gradio interface for easy use.
|
|
|
|
|
|
|
| 23 |
|
| 24 |
+
## Usage
|
| 25 |
|
| 26 |
+
1. Upload an image or video
|
| 27 |
+
2. Adjust blurring settings if needed
|
| 28 |
+
3. Click the "Process" button
|
| 29 |
+
4. Download your privacy-protected result
|
| 30 |
+
|
| 31 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|