Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.11 KB

README.md

File metadata and controls

27 lines (18 loc) · 1.11 KB

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