Giter Site home page Giter Site logo

kasapu / streamlit Goto Github PK

View Code? Open in Web Editor NEW

This project forked from streamlit/streamlit

0.0 1.0 0.0 49.73 MB

Streamlit — The fastest way to build custom ML tools

Home Page: https://streamlit.io

License: Apache License 2.0

Makefile 0.79% Shell 0.47% JavaScript 6.19% TypeScript 24.65% HTML 0.21% CSS 3.09% Batchfile 0.01% Python 64.44% Dockerfile 0.17%

streamlit's Introduction

Welcome to Streamlit 👋

Streamlit is the fastest way to build custom ML tools.

All in Python. Free and open source.

streamlit_uber_demo|635x380

Streamlit is an app framework for machine learning that allows you to rapidly create ML tools to visualize, explore, and compare your data and models. Quickly get the tools you need so you can spend more time on research and discovery and less on frontend development and infrastructure.

https://streamlit.io/

Example

import streamlit as st

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

Installation 💾

Prerequisites

Install

$ pip install streamlit
$ streamlit hello

That's it!

Get Started 📊

  • See our Main concepts documentation for a fast overview of how Streamlit works (data flow, caching primitives, interactive widgets).
  • Use the Getting started guide to dive into Streamlit function calls.
  • If you want a deep dive into why we built Streamlit the way we did, check out this blog post by our CEO and co-founder, Adrien Treuille.

Tutorials 🔦

  • These tutorials dive into how to create your own data exploration and model comparison apps.
  • We also have a number of demo projects you can check out and run. Let us know if you have a cool idea for a new project we could do, and we'll add it to one our upcoming Hackathons!

Documentation 📚

Community Support 👪

  • Please join and ask questions on our Community forum.
  • Our development team actively follows the forum and loves to hear your feedback. Our forum is also where we post our latest release notes.

Contributing 🐜

  • Post new bugs and feature requests at GitHub issues
  • If you'd like to contribute with code — thanks! Check out our contributing information and guidelines here.
  • For anything else, post on the forum.

License 📜

  • Streamlit licensed under the Apache 2.0 license.

streamlit's People

Contributors

tvst avatar treuille avatar aaj-st avatar tconkling avatar kantuni avatar jrhone avatar domoritz avatar arraydude avatar monchier avatar erikhopf avatar kellyamanda avatar dnuske avatar dcaminos avatar felixnext 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.