Skip to content

A simple GUI script to remove background of a group of images in the same folder.

Notifications You must be signed in to change notification settings

joelermantraut/python-bg-remover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

multi-bg-remove

Script to remove background from multiples images in once.

Requirements

  • PyQt5
  • rembg
  • numpy
  • PIL

Setup

Setup to run on Windows. First run may take a minute (o two).

  1. Clone this repo.
  2. Run:
cd ./python-bg-remover
python -m venv .
./Scripts/activate
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
  1. To run:
python main.py

About

A simple GUI script to remove background of a group of images in the same folder.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages