Deploying Streamlit apps to Google App Engine in 5 simple steps.

Praneeth Kandula
Analytics Vidhya
Published in
3 min readMar 2, 2021

--

Photo by Lukas from Pexels

This post will take you through how to take a python app built using the streamlit package, dockerize it and deploy it to Google App Engine.

What you Need:

gitTo clone the GitHub repository that contains a streamlit app which is ready to be deployed.
Docker — To bundle application code, requirements and configuration…

--

--