sidbhasin commited on
Commit
adc9ac6
·
verified ·
1 Parent(s): f41e3e9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -17
README.md CHANGED
@@ -4,37 +4,27 @@ emoji: 🎨
4
  colorFrom: yellow
5
  colorTo: blue
6
  sdk: gradio
7
- sdk_version: 5.5.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)
 
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
+ # AI Background Remover
14
 
15
+ This Space uses the RMBG V1.4 model from BRIA AI to remove backgrounds from images. The tool runs entirely in your browser and provides instant results.
16
 
17
  ## Features
18
+ - Easy image upload via drag-and-drop or clipboard
 
19
  - Instant background removal
20
  - Download processed images
21
  - Example images to try
22
  - Mobile-friendly design
23
 
 
 
 
 
 
 
 
24
  ## Model Details
25
+ Uses the RMBG V1.4 model from BRIA AI for efficient background removal while maintaining high quality results.
 
26
 
27
  ## Technical Details
 
28
  - Built with Gradio 4.0.0
29
+ - CPU-based inference (no GPU required)
30
+ - Supports common image formats