Skip to content

Remove backgrounds from multiple images at once using rembg or ClipDrop API

License

Notifications You must be signed in to change notification settings

Lenochxd/mass-background-remover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fcdd146 · Jan 18, 2024

History

19 Commits
Jan 9, 2024
Feb 11, 2023
Jan 17, 2024
Feb 11, 2023
Jan 18, 2024
Jan 17, 2024

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.