mansi-2 commited on
Commit
0f6186b
·
verified ·
1 Parent(s): eab4d9b

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: AI Object Eraser
3
+ emoji: 🪄
4
+ colorFrom: indigo
5
+ colorTo: purple
6
+ sdk: docker
7
+ app_port: 7860
8
+ pinned: false
9
+ license: mit
10
+ ---
11
+
12
+ # 🪄 AI Object Eraser
13
+
14
+ Remove any object from your photos using state-of-the-art AI.
15
+
16
+ ## How to Use
17
+
18
+ 1. **Upload a Scene** — the main photo you want to edit.
19
+ 2. **Upload Object Reference(s)** — a photo of the object you want removed.
20
+ 3. Click **Remove Objects** and wait ~30 seconds.
21
+
22
+ ## Models Used
23
+
24
+ - **GroundingDINO** — Zero-shot object detection
25
+ - **SAM (Segment Anything)** — Precise object masking
26
+ - **CLIP** — Visual similarity matching
27
+ - **LaMa / OpenCV** — Background inpainting