Create an Interactive Web App for Data Science in 10 Minutes With Streamlit
Table of Contents
In this article, we will use streamlit library to create a interactive web app of training a machine learning model for breast cancer dataset.
In this article, we will use streamlit library to create a interactive web app of training a machine learning model for breast cancer dataset.
In this article, we will introduce how to create a python virtual environment.
In this article, we will talk about how to reshaping data and analyze data using pivot, pivot_table, Stack, Unstack, Melt methods.
In the previous article, we introduced the basic usage of Playwright. In this article, we will talk about some advanced usage like auto-login and save authentication states like cookies or tokens.
In this article, we will talk about how to use Azure Form Recognizer API to extract items from an invoice.
In this article, we will talk about how to extract items from an invoice.
In this article, we will talk about how to build a static website on Azure, when accessed the user name and password are needed because the basic authentication module is added.