A simple flask app to remove the background of an image with Rembg
- 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
- Python
- Flask
- Rembg
- Pillow
- HTML/CSS/JavaScript
- Tailwind CSS
- DaisyUI
- Clone the repository
- Install dependencies:
pip install -r requirements.txt
- Run the app:
python app.py
- Open your browser and navigate to
http://localhost:9033
- Upload an image by dragging and dropping or clicking the "Select Image" button
- Wait for the background removal process to complete
- Preview the original and processed images
- Click the "Download" button to save the processed image