Deploy streamlit UI on AWS

Background: data scientist with professional experience in ML and deploying on sagemaker. No frontend experience

I have a model hosted on a sagemaker endpoint. I also have a UI written with streamlit. I am able to use the streamlit UI locally to call the sagemaker endpoint and get back my predictions. What I would ultimately like to do now, is host the streamlit UI in the cloud, and ultimately on a domain. This way, someone would be able to go to my website, and utilize the app that I built. So, my question is, is there a simple way to host a streamlit UI that calls a SM endpoint on an AWS instance?

Hey @bnicholl,

Not sure if this is exactly what you’re looking for, but have you checked this out? Using Streamlit to build an interactive dashboard for data analysis on AWS

1 Like

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.