Skip to content

Lenochxd/mass-background-remover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mass Background Remover

This Python program allows you to use the ClipDrop API or the rembg library to remove the background from multiple images at once. Simply place the images you want to process in the input folder, run the program, and the processed images will be saved to the output folder.

Usage

  1. Clone this repository or download the source code.
  2. Choose the background removal method:
    • For ClipDrop API: Obtain an API key from the ClipDrop website and place it in "YOUR_API_KEY.txt".
    • For rembg: No additional setup is required.
  3. Place the images you want to process in the "input" folder.
  4. Run the program with python main.py.
  5. The processed images will be saved to the "output" folder.

Requirements

License

This project is licensed under the MIT License - see the LICENSE file for details.