1 个仓库
Callable functions that accept image data, model selection, and alpha matting parameters for programmatic background removal.
Distinct from Python API Integrations: Distinct from general Python API Integrations: specifically exposes background removal functionality, not authentication or observability platform connectivity.
Explore 1 awesome GitHub repository matching development tools & productivity · Background Removal Python APIs. Refine with filters or upvote what's useful.
Backgroundremover is an AI-powered tool that removes backgrounds from both images and videos, accessible through a command-line interface and a Python API. At its core, it uses a pre-trained deep learning model to classify each pixel as foreground or background, producing a binary mask for removal. The tool distinguishes itself through multiple integration methods and output capabilities. It can process images and videos via Unix pipeline data streams, operate as an HTTP API server, or be called programmatically within Python scripts. Users can choose among different AI models to balance proc
Exposes a callable Python function for background removal with configurable model and alpha matting options.