Skip to content

briansuhh/bg-remover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Background Removal with remove.bg API

This Python script allows you to batch process multiple images in a folder and remove their backgrounds using the remove.bg API.

Prerequisites

Setting up a Virtual Environment (Optional)

# Create a virtual environment
py -m venv venv

# Activate the virtual environment 
source venv/bin/activate

Installing Dependencies

# Install the required packages from requirements.txt
pip install -r requirements.txt

Usage

  • Place the image you want to remove background in the 'pictures' folder
  • Replace the API key, if it is not working.
  • Run the script to process the pictures.
# Run the script
py background_remove.py

About

This Python script allows you to batch process multiple images in a folder and remove their backgrounds using the remove.bg API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages