Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 1.17 KB

File metadata and controls

46 lines (34 loc) · 1.17 KB

Zee Remove BG

A simple flask app to remove the background of an image with Rembg

Zee Remove BG Preview

Deployed site (I hope my GCP bill doesn't explode)

ZeeRMBG

Features

  • Easy-to-use web interface
  • Drag and drop or click to upload images
  • Supports PNG, JPG, and JPEG file formats
  • Maximum file size of 10MB
  • Preview of original and processed images
  • One-click download of the processed image

Tech Stack

  • Python
  • Flask
  • Rembg
  • Pillow
  • HTML/CSS/JavaScript
  • Tailwind CSS
  • DaisyUI

Getting Started

  1. Clone the repository
  2. Install dependencies: pip install -r requirements.txt
  3. Run the app: python app.py
  4. Open your browser and navigate to http://localhost:9033

Usage

  1. Upload an image by dragging and dropping or clicking the "Select Image" button
  2. Wait for the background removal process to complete
  3. Preview the original and processed images
  4. Click the "Download" button to save the processed image

Author

ScZee