/Image-Background-Remover

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.

Primary LanguagePythonMIT LicenseMIT

Background Removal Tool

made-with-python GitHub license

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.

Prerequisites

  • Python 3.x
  • rembg library
  • Pillow library (Python Imaging Library)

Installation

  1. Clone the repository or download the Python script.

  2. Install the required libraries by running the following command:

    pip install rembg pillow

License

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


Github Footer