nadermx / backgroundremover

Background Remover lets you Remove Background from images and video using AI with a simple command line interface that is free and open source.
https://www.backgroundremoverai.com
MIT License
6.46k stars 538 forks source link

Is there a way to run bgremover on windows? #52

Closed 343intact closed 1 year ago

343intact commented 1 year ago

The term "backgroundremover" is not recognized, is there another way to use it?

Develeone commented 1 year ago

python -m backgroundremover.cmd.cli -i "input.jpg" -a -ae 15 -o "output.png"

343intact commented 1 year ago

python -m backgroundremover.cmd.cli -i "input.jpg" -a -ae 15 -o "output.png"

Thank you!