Skip to content

This is a Flask web application that allows users to upload images (.jpg, .png) and remove the background using the rembg library. The processed images are then zipped and made available for download.

Notifications You must be signed in to change notification settings

sohailsajid79/background-image-remover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Background Removal Web App

This is a Flask web application that allows users to upload images (.jpg, .png) and remove the background using the rembg library. The processed images are then zipped and made available for download.

Table of Contents

Getting Started

To run this application locally, follow these steps:

  1. Clone this repository to your local machine:
    git clone https://github.com/yourusername/background-removal-webapp.git
  2. Install the required dependencies:
    pip install -r requirements.txt
  3. Run the Flask application:
    python app.py
  4. Open a web browser and navigate to http://localhost:5000 to access the application.

Usage

  1. Click on the "Choose File" button to upload an image file (supported formats: .jpg, .png).
  2. Click on the "Submit" button to process the uploaded image and remove its background.
  3. Once processing is complete, the processed images will be available for download as a zip file.

Technologies Used

  • Python
  • Flask
  • rembg
  • HTML
  • CSS

Acknowledgments

Special thanks to the creators of the rembg library for providing the background removal functionality and to Coding Shiksha for the coding tutorial.

About

This is a Flask web application that allows users to upload images (.jpg, .png) and remove the background using the rembg library. The processed images are then zipped and made available for download.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published