Skip to content

589hero/image-background-changer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run on Ainize

Image Background Changer Demo

You can change background of images on this webpage.

Just upload Original Image and Background Image and Press "Run" button!

Examples

Original Image Background Image Result Image

Usage as a Docker

1. docker build -t <YOUR_OWN_IMAGE_NAME> .
2. docker run -it -p 80:80 <YOUR_OWN_IMAGE_NAME>

Reference