Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lenochxd/mass-background-remover

Remove backgrounds from multiple images at once using ClipDrop or rembg
https://github.com/lenochxd/mass-background-remover

background-image clipdrop image-background image-background-removal image-processing python python-3 python-script python3 rembg

Last synced: 4 days ago
JSON representation

Remove backgrounds from multiple images at once using ClipDrop or rembg

Awesome Lists containing this project

README

        

# Mass Background Remover

This Python program allows you to use the ClipDrop API or the [rembg](https://github.com/danielgatis/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](https://github.com/LeLenoch/mass-background-remover/releases/latest) the source code.
2. Choose the background removal method:
- For ClipDrop API: Obtain an API key from the [ClipDrop website](https://clipdrop.co/apis/account) 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

- [Python 3](https://www.python.org/downloads/)
- [requests library](https://pypi.org/project/requests/) (`pip install requests`)
- [rembg library](https://pypi.org/project/rembg/) (`pip install rembg`)

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.