Coder Social home page Coder Social logo

fudashan / streamlit Goto Github PK

View Code? Open in Web Editor NEW

This project forked from streamlit/streamlit

0.0 1.0 0.0 127.44 MB

Streamlit — The fastest way to build data apps in Python

Home Page: https://streamlit.io

License: Apache License 2.0

Makefile 0.26% Shell 0.16% JavaScript 6.20% TypeScript 45.74% HTML 0.04% CSS 0.50% Batchfile 0.01% Python 46.80% Dockerfile 0.08% SCSS 0.23%

streamlit's Introduction

Welcome to Streamlit 👋

The fastest way to build and share data apps.

Streamlit lets you turn data scripts into sharable web apps in minutes, not weeks. It’s all Python, open-source, and free! And once you’ve created an app you can use our cloud platform to deploy, manage, and share your app!

Example of live coding an app in Streamlit|635x380

Installation

pip install streamlit
streamlit hello

Streamlit can also be installed in a virtual environment on Windows, Mac, and Linux.

A little example

Streamlit makes it incredibly easy to build interactive apps:

import streamlit as st

x = st.slider('Select a value')
st.write(x, 'squared is', x * x)

A bigger example

Streamlit's simple and focused API lets you build incredibly rich and powerful tools.  This demo project lets you browse the entire Udacity self-driving-car dataset and run inference in real-time using the YOLO object detection net.

Final App Animation

The complete demo is implemented in less than 300 lines of Python. In fact, the app contains only 23 Streamlit calls which illustrates all the major building blocks of Streamlit. You can try it right now at share.streamlit.io/streamlit/demo-self-driving.

The Streamlit GitHub badge

Streamlit's GitHub badge helps others find and play with your Streamlit app.

Streamlit App

Once you deploy your app, you can embed this badge right into your GitHub readme.md as follows:

[![Streamlit App](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://share.streamlit.io/yourGitHubName/yourRepo/yourApp/)

More Information

Streamlit Cloud

Streamlit Cloud is our deployment solution for managing, sharing, and collaborating on your Streamlit apps.

  • The Teams and Enterprise plans provide secure single-click deploy, authentication, web editing, versioning, and much more for your Streamlit apps. You can sign-up here.
  • The Starter plan is the perfect solution if your app is hosted in a public GitHub repo and you’d like anyone in the world to be able to access it. It's completely free to use and you can sign-up here.

License

Streamlit is completely free and open-source and licensed under the Apache 2.0 license.

streamlit's People

Contributors

tvst avatar treuille avatar tconkling avatar aaj-st avatar kantuni avatar karriebear avatar jrhone avatar arraydude avatar akrolsmir avatar vdonato avatar kmcgrady avatar domoritz avatar anoctopus avatar snehankekre avatar dependabot[bot] avatar monchier avatar randyzwitch avatar nthmost avatar erikhopf avatar kajarenc avatar kellyamanda avatar mayagbarnes avatar willhuang1997 avatar trajamsmith avatar lukasmasuch avatar mesmith027 avatar jroes avatar simonbiggs avatar dnuske avatar jrieke avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.