Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/root27/bgremover
Image background remover
https://github.com/root27/bgremover
background-image bgremover golang images python rembg
Last synced: about 2 months ago
JSON representation
Image background remover
- Host: GitHub
- URL: https://github.com/root27/bgremover
- Owner: root27
- Created: 2024-10-07T12:59:29.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-10-17T13:56:11.000Z (3 months ago)
- Last Synced: 2024-10-19T14:07:01.810Z (3 months 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
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
![Cli-Image](.github/assets/cli-image.png)
```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.
![HomePage](.github/assets/homepage.png)
You can see the example of web application usage below;
![Usage](.github/assets/example.png)
In the web app, the processed image can be previewed and directly it can be downloaded.