Skip to content

ZootoPi/streamlit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

Generated from ZootoPi/template