background-remover/ │ ├── src/ │ ├── __init__.py │ └── background_remover.py # Main script │ ├── input/ # Place your input images here ├── output/ # Processed images will be saved here ├── tests/ # ...