...
/Deployment using Streamlit Sharing
Deployment using Streamlit Sharing
Learn how to use Streamlit sharing to deploy your Streamlit apps.
In previous chapters, we built a GitHub web scraper and a KNN classification model from scratch and used Streamlit for UI.
However, if we can’t show our web apps in a visually impressive way, then what would be the point?
In this chapter, we’ll learn how to deploy our machine learning web app using Streamlit Sharing.
Streamlit sharing
Streamlit Sharing is a service provided by Streamlit to easily deploy our application. Below, we will walk over the steps in the deployment process ...