프로그래밍/Python

[python] streamlit.io - A faster way to build and share data apps

홍반장水_ 2025. 5. 23. 16:07
반응형

[python] streamlit.io - A faster way to build and share data apps

 

 

https://www.youtube.com/watch?v=d7fnzDQ5qM8

https://streamlit.io/

 

Streamlit • A faster way to build and share data apps

Streamlit is an open-source Python framework for data scientists and AI/ML engineers to deliver interactive data apps – in only a few lines of code.

streamlit.io

Summary for experts

 
  1. Set up your Python development environment.
  2. Run:

    pip install streamlit

  3. Validate the installation by running our Hello app:

    streamlit hello

  4. Jump to our Basic concepts.
반응형