in ,

python Tutorials

python Tutorials meme

pip install rembg

Remove Image Background using Python

from rembg import remove from PIL import Image

input_path = ‘cl.jpg’

output_path = ‘output.png’

input = Image.open(input_path)

output = remove(input)

output. save(output_path)

What do you think?

Written by codeitbro

Leave a Reply

Your email address will not be published. Required fields are marked *

GIPHY App Key not set. Please check settings