Member-only story
Data Visualization using Streamlit
Introduction to Streamlit
Like, Share and Subscribe to the channel- HackerShrine
Recently, I came across an open source framework — Streamlit which is used to create data apps. So I spent some time on the documentation and did some data visualization on a Food Demand Forecasting Dataset.
Streamlit’s open-source app framework is the easiest way for data scientists and machine learning engineers to create beautiful, performant apps in only a few hours! All in pure Python. All for free.
To get started just type this command:
pip install streamlit
To check whether it was installed properly run the below command:
streamlit hello
If this appears on your browser, then streamlit is installed and working properly!