Skip to content

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'

License

beephole/BulkBackgroundRemove

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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'

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages