ZootoPi / streamlit

Crash course to explore Streamlit Python Framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Crash course to explore Streamlit Python Framework.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%