danielquillanroxas commited on
Commit
12272dd
Β·
1 Parent(s): 11f5e95

docker updates

Browse files
Files changed (1) hide show
  1. README.md +24 -13
README.md CHANGED
@@ -1,20 +1,31 @@
1
- # Privacy Protector: Automatic Blurring Tool
 
 
 
 
 
 
 
 
 
2
 
3
- This application uses YOLOv8 to automatically detect and blur faces, license plates, and text in images to protect privacy.
4
 
5
- ## Features
6
 
7
- - Face detection and blurring
8
- - License plate detection and blurring
9
- - Text detection and blurring
10
- - Simple user interface
11
 
12
- ## How to Use
13
 
14
- 1. Upload an image using the interface
15
- 2. Click "Process Image"
16
- 3. Download the result with sensitive elements blurred
17
 
18
- ## Model Information
19
 
20
- This uses a custom-trained YOLOv8 model fine-tuned specifically for privacy protection tasks.
 
 
 
 
 
 
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