프로그래밍/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
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
- Set up your Python development environment.
- Run:
pip install streamlit - Validate the installation by running our Hello app:
streamlit hello - Jump to our Basic concepts.
반응형