Skip to content

a simple image background remover gui based on rembg package

Notifications You must be signed in to change notification settings

MIBlue119/bg_remover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BG_REMOVER

A small desktop GUI based on python tkinter and rembg to provide image background removing

Current support

  • Select file or directories to remove the background
  • All export to .PNG file

Installation

  • install requirements.txt
$ pip install requirements.txt

Usage

$python app.py

Package with pyinstall

$pyinstaller app_windows.spec -y --onedir --windowed
  • Fix the error caused by scipy.libs not found
    • Copy the scipy.libs directory under the envs's Lib/site-packages to the dist/bg_remover

About

a simple image background remover gui based on rembg package

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published