Skip to content

Latest commit

 

History

History
75 lines (44 loc) · 1.7 KB

File metadata and controls

75 lines (44 loc) · 1.7 KB

BulkBackgroundRemove

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

demo.BGrm.mp4

Features

  • 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'

Usage

  1. Clone this repo
  2. Add the script at the desired folder
  3. Open terminal and navigate to that folder
  4. Run python main.py

Installation

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

Sample Results

Screenshot 2023-09-11 172544

Hi, I'm Beephole! 👋

🚀 About Me

Will you soar high as the king of the sky or buzz right by like a fly on the shit pie?

🔗 Links

twitter

Acknowledgements

Credits goes @danielgatis for making Rembg CLI tool

  pip install rembg # for library
  pip install rembg[cli] # for library + cli