https://store-images.s-microsoft.com/image/apps.52867.da0beb52-a31a-43b1-968c-f7449b72e456.8d288f1f-4bc9-46f1-89e1-b48783d88f40.6eed3a24-e808-45bf-aa2c-a5c0bcf8db48

Streamlit

bCloud LLC에 의해

(1 등급)

Version 1.54.0 + Free with Support on Ubuntu 24.04

Streamlit is an open-source Python framework that makes it easy to build and share interactive data applications. It allows developers and data scientists to create web-based dashboards directly from Python scripts, without requiring front-end development skills.

Features of Streamlit:

  • Quickly build interactive web apps using pure Python.
  • Supports visualization libraries such as Matplotlib, Plotly, and Altair.
  • Widgets for user input like sliders, checkboxes, and file uploaders.
  • Easy integration with machine learning models and data pipelines.
  • Runs on SUSE Linux 15 using Python virtual environments or pipx for isolation.

To access Streamlit app:

$sudo su
$cd /opt/streamlit
$source /opt/streamlit/venv/bin/activate

To Access on Browser run:

$cd /opt/streamlit/app
$streamlit run app.py

Hit on Browser: http://localhost:8501

Disclaimer: Streamlit is an independent open-source project and is not affiliated with, endorsed by, or sponsored by SUSE Linux Enterprise or other framework providers. It is provided "as is," without any warranty, express or implied. Users are responsible for understanding and complying with licensing terms, data policies, and deployment regulations while running Streamlit on SUSE Linux 15.