1 repo
Frameworks that automatically generate interactive web-based user interfaces from backend function definitions.
Distinguishing note: Focuses on rapid generation of UI from code rather than general-purpose component libraries or design systems.
Explore 1 awesome GitHub repository matching user interface & experience · Web Interface Builders. Refine with filters or upvote what's useful.
Gradio is a Python library that enables the creation of interactive web applications by converting functions into browser-based interfaces. It functions as a declarative framework where developers define input and output components to automatically generate web forms, visualizations, and data-driven dashboards. By abstracting away manual web markup, the library allows for the rapid construction of interfaces for machine learning models, research demonstrations, and analytical workflows within a single environment. The platform distinguishes itself by automatically exposing internal applicatio
Transforms Python functions into interactive web applications by automatically generating front-end interfaces from modular components.