https://github.com/root27/bgremover
Image background remover
https://github.com/root27/bgremover
background-image bgremover golang images python rembg
Last synced: 21 days ago
JSON representation
Image background remover
- Host: GitHub
- URL: https://github.com/root27/bgremover
- Owner: root27
- Created: 2024-10-07T12:59:29.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-17T13:56:11.000Z (over 1 year ago)
- Last Synced: 2024-10-19T14:07:01.810Z (over 1 year ago)
- Topics: background-image, bgremover, golang, images, python, rembg
- Language: Go
- Homepage: https://bgremover.root27.dev
- Size: 8.84 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## bgremover
>[!WARNING]
>The service not available temporarily
This is background remover service which is available as command-line tool and http server.
### Command-line Tool
#### Installation
You can find [releases](https://github.com/root27/bgremover/releases) or if you are using Macos and homebrew, you can use the command below to install and use.
```code
brew install root27/tools/bgremover-cli
```
#### Usage

```code
./bgremover-cli -file= -out=(OPTIONAL)
```
You do not have to specify the output file. You can see usage of cli tool using command below;
```code
./bgremover-cli -h
```
If you encounter the problems while executing the binary, you can change permission of the file using;
```code
chmod +x bgremover-cli
```
### Web Service
You can use [web service](https://bgremover.root27.dev) instead command-line tool.

You can see the example of web application usage below;

In the web app, the processed image can be previewed and directly it can be downloaded.