Spaces:
Runtime error
Runtime error
update
Browse files
README.md
CHANGED
@@ -12,3 +12,16 @@ short_description: Background remover and silhouette creation involve extractin
|
|
12 |
---
|
13 |
|
14 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
---
|
13 |
|
14 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
15 |
+
|
16 |
+
|
17 |
+
|
18 |
+
|
19 |
+
# Background Removal App
|
20 |
+
|
21 |
+
This Streamlit app allows users to upload an image, remove the background using GrabCut algorithm, and display the silhouette.
|
22 |
+
|
23 |
+
## How to Use:
|
24 |
+
1. Upload an image.
|
25 |
+
2. The app will automatically remove the background and show the silhouette.
|
26 |
+
3. You can download the resulting image.
|
27 |
+
|