This is a simple python script that will automatically get every image in current directory and remove the Background using rembg tool and saving everything in a new directory 'Output'
demo.BGrm.mp4
- Will automatically get every image in current directory and remove the Background
- Uses Rembg
- Save output image with the same exact Name
- All results are saved in a new created dir 'output'
- Clone this repo
- Add the script at the desired folder
- Open terminal and navigate to that folder
- Run
python main.py
git clone https://github.com/beephole/BulkBackgroundRemove.git
Go to the project directory
cd BulkBackgroundRemove
Requires OpenCV and Python.
pip install -r requirements.txt
Move the app at the desired location and run App
python main.py
Will you soar high as the king of the sky or buzz right by like a fly on the shit pie?
Credits goes @danielgatis for making Rembg CLI tool
- Install Rembg
pip install rembg # for library
pip install rembg[cli] # for library + cli