Create interactive dashboards with Streamlit and Python

in «tip» by Michael Beard
Tags: , , , , , ,

In Data Visualization, Dashboard is the great Graphical User Interfaces that helps you to display the information in a highly interactive and informative way. It helps to visualize the key indicators and trends of the data.

Create Interactive Dashboards with Streamlit and Python

Streamlit

Streamlit is gaining popularity in Machine learning and Data Science. It is a very easy library to create a perfect dashboard by spending a little amount of time. It also comes with the inbuilt webserver and lets you deploy in the docker container.

It looks interesting and may be something that I could use.