Workflows2026年4月2日·1 分钟阅读
Taipy — Build Data & AI Web Apps in Python
Full-stack Python framework for data dashboards and AI pipelines. GUI builder + workflow orchestration in one package. 15K+ stars.
TO
TokRepo精选 · Community
快速使用
先拿来用,再决定要不要深挖
这里应该同时让用户和 Agent 知道第一步该复制什么、安装什么、落到哪里。
```bash
pip install taipy
```
```python
import taipy.gui.builder as tgb
from taipy.gui import Gui
value = "你好世界"
with tgb.Page() as page:
tgb.text("# 我的 AI 应用", mode="md")
tgb.input("{value}", label="输入文本")
tgb.text("你输入了:{value}")
Gui(page=page).run()
```
---
🙏
来源与感谢
> Created by [Avaiga](https://github.com/Avaiga). Licensed under Apache-2.0.
>
> [taipy](https://github.com/Avaiga/taipy) — ⭐ 15,000+
讨论
登录后参与讨论。
还没有评论,来写第一条吧。
相关资产
LMDeploy — High-Performance LLM Deployment Toolkit
Deploy and serve LLMs with 1.8x higher throughput than vLLM. 4-bit quantization, OpenAI-compatible API. By InternLM. 7.7K+ stars.
TokRepo精选
Devika — Open-Source AI Software Engineer
Autonomous AI that understands instructions, researches the web, plans, and writes code. Open-source Devin alternative. 19K+ stars.
TokRepo精选
Morphic — Open-Source AI Answer Engine
Perplexity-style AI search with generative UI. Multiple LLM and search providers. Self-hostable with Next.js. 8.7K+ stars.
TokRepo精选