This library is used to interact with the remove.bg API to remove the background from the image.
This library implements 100% API of this service.
requests
pip3 install remove-bg-api
- Clone this repository.
- Install all the dependencies from requirements.txt:
pip3 install -r requirements.txt
- Install
python3 setup.py install
π Documentation
- Remove background from image:
from remove_bg_api import RemoveBg # Initialize api wrapper removebg = RemoveBg(API_TOKEN) # Send and save the finished image image = removebg.remove_bg_file(input_path="imgs/a.jpg", out_path="./a.png", size="preview", raw=False) # Print path print("Image was saved along the path: {}".format(image))
- Show account total balance:
from remove_bg_api import RemoveBg removebg = RemoveBg("API_TOKEN") # Initialize api wrapper print("Account total balance: ", removebg.account.balance())
See other examples in the examples folder.
1) Add asyncio support. (0% done)
You can thank me for developing any of my projects, provide financial support for developing new projects and buy me a small cup of coffee.β
Just support me on these platforms: