sidbhasin commited on
Commit
04afbdf
1 Parent(s): 9ca621b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -10
README.md CHANGED
@@ -1,30 +1,52 @@
1
  ---
2
- title: Background Removal Tool
3
  emoji: 🎨
4
- colorFrom: yellow
5
- colorTo: blue
6
  sdk: gradio
7
  sdk_version: 4.44.1
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
 
 
 
 
 
 
 
1
  ---
2
+ title: AI Background Remover
3
  emoji: 🎨
4
+ colorFrom: blue
5
+ colorTo: purple
6
  sdk: gradio
7
  sdk_version: 4.44.1
8
  app_file: app.py
9
  pinned: false
10
  license: mit
11
+ python_version: 3.10
12
+ tags:
13
+ - image-segmentation
14
+ - background-removal
15
+ - image-processing
16
+ models:
17
+ - briaai/RMBG-1.4
18
  ---
19
 
20
  # AI Background Remover
21
 
22
+ An interactive web application that removes backgrounds from images using BRIA AI's RMBG V1.4 model.
23
 
24
  ## Features
25
+
26
+ - Easy-to-use interface
27
+ - Real-time background removal
28
+ - Support for various image formats
29
  - Download processed images
 
30
  - Mobile-friendly design
31
 
32
  ## Model Details
33
+
34
+ This application uses the RMBG V1.4 model from BRIA AI for background removal. The model runs entirely on CPU and doesn't require any GPU acceleration.
35
+
36
+ ## How to Use
37
+
38
+ 1. Upload an image using the upload button or drag and drop
39
+ 2. Wait for the processing to complete
40
+ 3. Download the processed image with transparent background
41
 
42
  ## Technical Details
43
+
44
  - Built with Gradio 4.0.0
45
+ - Uses transformers library for image processing
46
+ - Supports common image formats (PNG, JPG, JPEG)
47
+ - CPU-based inference
48
+ - Mobile-responsive design
49
+
50
+ ## License
51
+
52
+ This project is licensed under the MIT License.