Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 831 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 831 Bytes

A GUIDE TO EXPLORE STREAMLIT

This repo helps you to get familiar with STREAMLIT, an open-source Python library that makes it easier than ever to create and share beautiful, customized web apps for machine learning and data science.

Install Streamlit

  • Install Streamlit via the command:
pip install streamlit
  • Run Iris example via the command:
cd iris/
streamlit run main.py  

References

Contributors