Remove backgrounds and add professional studio backgrounds with AI-powered precision
Get Started Free
From background clutter to showroom quality in seconds ⚡
Processing Time
Quality Retention
Dimension Preserved
Powered by U-2-Net
State-of-the-art U-2-Net model for precise background removal
Maintains original dimensions and image quality
Process hundreds of images with progress tracking
Use your own backgrounds or auto-generated gradients
YAML config + CLI arguments for full control
All processing happens on your machine - no cloud uploads
Place your product images in the input folder
Execute one simple command: python main.py
Find professional images in the output folder
# 1. Setup (first time only)
python3 -m venv venv
source venv/bin/activate # macOS/Linux
pip install -r requirements.txt
# 2. Add your images
cp /path/to/your/images/*.jpg input/
# 3. Run the tool
python main.py
# 🎉 Done! Check output/ folder for results