This article contains a list of resources, tutorials, and a link to a free tool to make your GitHub About
Continue readingTag: Streamlit
How to Build a UI for Your Model in 2021 Using Streamlit
Streamlit is an open-source Python library that can build a UI for various purposes, it is not limited to data
Continue readingHow to build a web app to download Youtube videos in 30 lines of code
We will be using Streamlit and pytube to build our youtube downloader web app. I will also give a brief
Continue readingBuild a Streamlit App to predict if a pokemon is legendary
Use streamlit, seaborn and scikit-learn to build a webapp to predict if a pokemon is legendary or not. In this tutorial,
Continue readingHow to build a Streamlit UI to Analyze Different Classifiers on the Wine, Iris and Breast Cancer Dataset
Let’s build a web app using Streamlit and sklearn Screen Capture by Author In this tutorial, we will be working with three
Continue readingHow to use Streamlit Sharing to deploy your Streamlit Apps
Deploy your Machine Learning Web App using Streamlit Sharing In my previous articles, I have talked about building a Github
Continue readingHow to build a KNN classification model from scratch and visualize it using Streamlit
Although libraries like sklearn have made our lives easier, it is always a good practice to make a model from
Continue readingHow to Deploy your Streamlit app using Heroku
What’s the point of building a fancy web app if you can’t show off your dashboard/model to the world? 🌎
Continue readingHow to build a Streamlit app to scrape Github Profiles
In this tutorial, we will build a web app using Streamlit which scrapes GitHub for a user’s info. It displays
Continue reading