From 83beeb0ea747a8532f49c6d15141738ac484210f Mon Sep 17 00:00:00 2001 From: leo <3181538941@qq.com> Date: Sun, 30 Jun 2024 18:53:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f0b754b..2f23219 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ +# 模型训练数据可视化生成器 + +简单数据crud. 训练数据特殊查询, json生成 + ## 技术栈 -使用sqlalchemy作为orm框架处理sqlite, pydantic作为数据模型 +使用sqlalchemy作为orm框架处理sqlite, pydantic作为数据模型, streamlit可视化交互工具 [pydantic1](https://docs.pydantic.dev/1.10/)