From 9c24b5f744790600b238d99d72c6a708b07a6a88 Mon Sep 17 00:00:00 2001 From: shangfangjian Date: Wed, 9 Sep 2026 02:23:02 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E7=A7=BB=E9=99=A4=20MatchPro=20?= =?UTF-8?q?=E5=AF=B9=E6=AF=94,=E5=8A=A0=E5=85=A5=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E4=B8=AD=E6=96=87=E5=90=8D=E3=80=8C=E5=85=88=E7=9F=A5=E3=80=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 010eadf..4fd387c 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,6 @@ -# Profeto — 足球 LLM 预测服务 +# Profeto — 先知 -> 给 LLM 提供结构化数据,让 LLM 预测足球比分。 - -与旧项目 [MatchPro](https://github.com)(自研统计模型预测引擎)完全不同: - -| | MatchPro | Profeto | -|---|---|---| -| 代码量 | 160 个 Python 文件 | ~30 个文件 | -| 预测方式 | 7 套 ML 模型 + OOF/校准/Promotion Gate | LLM 推理 | -| 架构 | 6 容器 | 2 容器 (api + postgres) | -| 数据 | 多源 + 特征工程 | 5 张表 + 数据切片 | +> **给 LLM 提供结构化数据,让 LLM 预测足球比分。** ## 架构