Create UI for machine learning models and to build data apps in Python.
Open a terminal and run:
$ pip install streamlit
$ streamlit hello
If this opens our sweet Streamlit Hello app in your browser, you're all set! If not, head over to docs for specific installs.
Welcome to Streamlit!
If you’d like to receive helpful onboarding emails, news, offers, promotions, and the occasional swag, please enter your email address below. Otherwise, leave this field blank.
Email:
You can find our privacy policy at https://streamlit.io/privacy-policy
Summary:
-
This open source library collects usage statistics.
-
We cannot see and do not store information contained inside Streamlit apps, such as text, charts, images, etc.
-
Telemetry data is stored in servers in the United States.
-
If you'd like to opt out, add the following to %userprofile%/.streamlit/config.toml, creating that file if necessary:
[browser]
gatherUsageStats = false
Welcome to Streamlit. Check out our demo in your browser.
Local URL: http://localhost:8501
Network URL: http://192.168.1.143:8501
Ready to create your own Python apps super quickly?
Head over to https://docs.streamlit.io
May you create awesome apps!