GithubHelp home page GithubHelp logo

mburakg / streamlit Goto Github PK

View Code? Open in Web Editor NEW

This project forked from streamlit/streamlit

0.0 1.0 0.0 53.68 MB

Streamlit — The fastest way to build custom ML tools

Home Page: https://streamlit.io

License: Apache License 2.0

Makefile 0.68% Shell 0.48% JavaScript 0.36% TypeScript 31.83% HTML 0.18% CSS 4.27% Batchfile 0.01% Python 62.07% Dockerfile 0.14%

streamlit's Introduction

Welcome to Streamlit 👋

The fastest way to build custom ML tools.

Streamlit lets you create apps for your machine learning projects with deceptively simple Python scripts. It supports hot-reloading, so your app updates live as you edit and save your file. No need to mess with HTTP requests, HTML, JavaScript, etc. All you need is your favorite editor and a browser. Take a look at Streamlit in action:

Example of live coding a dashboard in Streamlit|635x380

Check out our launch blog post!!

Installation

pip install streamlit
streamlit hello

Example

Streamlit lets you build interactive apps ridiculously easily:

import streamlit as st

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

A Bigger Example

Despite its simplicity Streamlit 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.

Making-of 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 with:

pip install --upgrade streamlit opencv-python
streamlit run https://raw.githubusercontent.com/streamlit/demo-self-driving/master/app.py

More Information

Streamlit for Teams

Streamlit for Teams is our enterprise edition, with single-click deploy, authentication, web editing, versioning, and more. Please contact us if you would like to learn more.

License

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

streamlit's People

Contributors

1zg12 avatar aaj-st avatar arraydude avatar cclauss avatar dcaminos avatar dependabot[bot] avatar dnuske avatar domoritz avatar dstar55 avatar erikhopf avatar felixnext avatar gilas5000 avatar harshitacodes avatar ilialarchenko avatar jrhone avatar k4r1 avatar kantuni avatar kellyamanda avatar kevindegila avatar kinghuang avatar ljvmiranda921 avatar luiscruz avatar matthiasgoergens avatar monchier avatar nthmost avatar qtros avatar tconkling avatar thomasmaerki avatar treuille avatar tvst avatar

Watchers

 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.