Skip to content

root27/bgremover

Repository files navigation

bgremover

This is background remover service which is available as command-line tool and http server.

Command-line Tool

Installation

You can find releases or if you are using Macos and homebrew, you can use the command below to install and use.


brew install root27/tools/bgremover-cli

Usage

Cli-Image


./bgremover-cli -file=<Path-to-input-image> -out=<Specified-filename-to-save>(OPTIONAL)

You do not have to specify the output file. You can see usage of cli tool using command below;


./bgremover-cli -h

If you encounter the problems while executing the binary, you can change permission of the file using;


chmod +x bgremover-cli

Web Service

You can use web service instead command-line tool.

HomePage

You can see the example of web application usage below;

Usage

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