This Python script utilizes the rembg
library to remove the background from an image. It prompts the user for an input image path, an output path for the processed image, and an option to open the image after processing.
- Python 3.x
rembg
libraryPillow
library (Python Imaging Library)
-
Clone the repository or download the Python script.
-
Install the required libraries by running the following command:
pip install rembg pillow
This project is licensed under the MIT License - see the LICENSE.md file for details.