1 repo
Environments for rapidly converting data analysis scripts into interactive web-based applications.
Distinguishing note: Specifically targets the conversion of data scripts to web apps, distinct from general-purpose web frameworks.
Explore 1 awesome GitHub repository matching data & databases · Data Science Prototyping Tools. Refine with filters or upvote what's useful.
Streamlit is a Python framework designed to transform data scripts into interactive web applications. It utilizes a reactive execution engine that automatically reruns scripts from top to bottom whenever a user interaction triggers a state change, ensuring the interface remains synchronized with the underlying data. By providing a declarative interface, it allows developers to build functional applications without requiring extensive knowledge of frontend web technologies. The framework distinguishes itself through an identity-based widget reconciliation system that persists user input across
Transforms data analysis scripts into interactive web applications without requiring extensive frontend development knowledge.