sidbhasin commited on
Commit
a429225
1 Parent(s): 393e61b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -7
README.md CHANGED
@@ -1,13 +1,40 @@
1
  ---
2
- title: Remove Image Backgrounds By Syncmerce
3
- emoji: 🐢
4
- colorFrom: green
5
- colorTo: gray
6
  sdk: gradio
7
- sdk_version: 5.5.0
8
  app_file: app.py
9
  pinned: false
10
- short_description: quickly isolates the main subject in an image, removing dist
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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)