Taipy
ActiveDescription
Taipy is a Python application and agent building platform for data scientists, letting you build UI workflows and dashboards quickly.
Key Features
- Pythonic — build data apps and dashboards in pure Python
- Frontend + backend bundled — GUI without HTML/JS
- Scenarios + data — powerful scenario-driven logic
- Extensible — integrates with LLMs, vector stores and external APIs
- Deploy-friendly — Taipy Enterprise supports multi-user and RBAC
- AI assistants — turn dashboards into agent entrypoints via taipy-agents
Use Cases
💡 Building internal dashboards quickly for AI/data teams
💡 Delivering workflows visually to business teams
💡 Giving LLM apps a UI with history and context
💡 Multi-user decision-support agents inside the enterprise
Categories
Quick Start
pip install taipy
from taipy import Gui
Gui(page="# Hello Taipy!").run()