This is a simple web application that allows users to remove the background from images. It's built with Flask and uses the rembg library to perform the background removal.
- Clone this repository:
git clone https://github.com/yourusername/rmbg.git
- Navigate to the project directory:
cd rmbg
- Install the requirements:
pip install -r requirements.txt
- Run the application:
python app.py
- Open your web browser and navigate to
http://localhost:5100
- Upload an image and click "Remove" to remove the background.