Background Remover

Background Remover

Image Details

Deployment

mdz

You could deploy with the following command:

$ mdz deploy --image modelzai/streamlit-background-remover:23.04.2 --name sdw --port 8501
Inference sdw is created
$ mdz list
 NAME  ENDPOINT                                                 STATUS  INVOCATIONS  REPLICAS 
 sdw   http://sdw-qh2n0y28ybqc36oc.146.235.213.84.modelz.live   Ready           174  1/1      
       http://146.235.213.84.modelz.live/inference/sdw.default                                

You could access the deployment by visiting the endpoint URL. The endpoint will be automatically generated for each deployment with the following format: <name>-<random-string>.<ip>.modelz.live.

It is http://sdw-qh2n0y28ybqc36oc.146.235.213.84.modelz.live in this case. The endpoint could be accessed from the outside world as well if you've provided the public IP address of your server to the mdz server start command.