Update README.md
Browse files
README.md
CHANGED
@@ -1,13 +1,40 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
-
emoji:
|
4 |
-
colorFrom:
|
5 |
-
colorTo:
|
6 |
sdk: gradio
|
7 |
-
sdk_version:
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
-
|
11 |
---
|
12 |
|
13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
title: Background Removal Tool
|
3 |
+
emoji: 🎨
|
4 |
+
colorFrom: yellow
|
5 |
+
colorTo: blue
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 4.0.0
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
+
license: mit
|
11 |
---
|
12 |
|
13 |
+
# Background Removal Tool
|
14 |
+
|
15 |
+
This Space provides an easy-to-use interface for removing backgrounds from images using the RMBG V1.4 model from BRIA AI. The tool runs entirely in your browser and provides instant results.
|
16 |
+
|
17 |
+
## Features
|
18 |
+
|
19 |
+
- Simple drag-and-drop interface
|
20 |
+
- Instant background removal
|
21 |
+
- Download processed images
|
22 |
+
- Example images to try
|
23 |
+
- Mobile-friendly design
|
24 |
+
|
25 |
+
## How to Use
|
26 |
+
|
27 |
+
1. Upload an image using the upload button or drag and drop
|
28 |
+
2. Click "Remove Background" to process the image
|
29 |
+
3. Download the result using the download button
|
30 |
+
4. Try different images from the examples section
|
31 |
+
|
32 |
+
## Model Details
|
33 |
+
|
34 |
+
This tool uses the RMBG V1.4 model from BRIA AI, which is optimized for efficient background removal while maintaining high quality results.
|
35 |
+
|
36 |
+
## Technical Details
|
37 |
+
|
38 |
+
- Built with Gradio 4.0.0
|
39 |
+
- Runs on CPU (no GPU required)
|
40 |
+
- Supports common image formats (PNG, JPG, JPEG)
|