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
- install requirements.txt
$ pip install requirements.txt
$python app.py
$pyinstaller app_windows.spec -y --onedir --windowed
- Fix the error caused by scipy.libs not found
- Copy the
scipy.libs
directory under the envs'sLib/site-packages
to thedist/bg_remover
- Copy the