https://catalogartifact.azureedge.net/publicartifacts/bcloudllc1671615348068.streamlit-1b5bbf70-16e1-493a-980e-c6b7d6ff4aa2/c53a4d62-b0f2-48b2-b7e5-b013d8d3d9c3_-bcdef.png

Streamlit

Автор: bCloud LLC

(1 оценки)

Version 1.54.0 + Free 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.

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://public-ip:8501

Disclaimer: Streamlit is an independent open-source project and is not affiliated with, endorsed by, 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.