Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Photoroom Background Remover (Guest Mode)

A Python tool to automatically remove image backgrounds using Photoroom with anonymous guest authentication.

Installation

pip install curl_cffi Pillow

Usage

1. Run Example Script

Place an image (e.g. test.jpg) in the project root and run:

python example.py

2. Python Code Integration

from src.remove_bg import BackgroundRemover

remover = BackgroundRemover()

remover.remove_background(
    input_image="test.jpg",
    output_image="result_no_bg.png"
)

Author & Project

About

Fast and free background remover in Python using Photoroom's guest mode

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages