Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lenochxd/mass-background-remover
- Owner: Lenochxd
- License: mit
- Created: 2023-02-11T13:09:17.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-18T08:22:05.000Z (10 months ago)
- Last Synced: 2024-05-02T05:38:29.175Z (6 months ago)
- Topics: background-image, clipdrop, image-background, image-background-removal, image-processing, python, python-3, python-script, python3, rembg
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 10
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.