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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -39
README.md CHANGED
@@ -7,46 +7,9 @@ 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.
 
7
  sdk_version: 4.44.1
8
  app_file: app.py
9
  pinned: false
10
+ python_version: "3.10"
 
 
 
 
 
 
 
11
  ---
12
 
13
  # AI Background Remover
14
 
15
+ Remove backgrounds from images using BRIA AI's RMBG V1.4 model.