This is background remover service which is available as command-line tool and http server.
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
./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
You can use web service 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.