commit 071ebf4b2a8293502a38f3ac8ccd5c7272f0a4e7 Author: admin <572701190@qq.com> Date: Tue Apr 28 22:36:56 2026 +0800 Initial commit diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..7a550fe --- /dev/null +++ b/.env.example @@ -0,0 +1,9 @@ +# GEMINI_API_KEY: Required for Gemini AI API calls. +# AI Studio automatically injects this at runtime from user secrets. +# Users configure this via the Secrets panel in the AI Studio UI. +GEMINI_API_KEY="MY_GEMINI_API_KEY" + +# APP_URL: The URL where this applet is hosted. +# AI Studio automatically injects this at runtime with the Cloud Run service URL. +# Used for self-referential links, OAuth callbacks, and API endpoints. +APP_URL="MY_APP_URL" diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5a86d2a --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +node_modules/ +build/ +dist/ +coverage/ +.DS_Store +*.log +.env* +!.env.example diff --git a/README.md b/README.md new file mode 100644 index 0000000..ef9f2f6 --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +
+ AI 智能切分与多模态数据标注系统
+系统受准入受控环境保护。所有流转数据与标注资产将进行端到端加密与访问溯源审计。
+系统全局数据吞吐状态与所有接入项目进度实时洞察驾驶舱。
+上传源文件、按帧解析配置,并结构化管理多媒体资产实体。
+定义业务语义本体树架构、约束覆盖遮罩优先级(Z-Index裁决权重),以及真实标签数据的向下兼容转换映射(Dict Translation)原则。
+| 原始 JSON 键 (Legacy Key) | +映射降维引挚解析路径 | +并轨至标准分类 | +
|---|---|---|
| "car_sedan" | +布尔合并聚类覆盖 (Logical OR) | +vehicle_car | +
| "car_suv" | +布尔合并聚类覆盖 (Logical OR) | +vehicle_car | +
| "sidewalk_curb" | +形态学极限分离-内切骨架法 (Skeletonization) | +road_curb | +