# AI-driven-decision **Repository Path**: foadmin/AI-driven-decision ## Basic Information - **Project Name**: AI-driven-decision - **Description**: 一站式 AI 工具导航、智能推荐、资讯聚合平台 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-04-05 - **Last Updated**: 2026-04-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # AI决策导航工具 ## 项目简介 AI智能决策导航工具,提供智能化的导航服务和决策支持。 ## 项目截图 ### 首页展示 ![首页](screenshots/home.png) ### AI智能功能 ![AI智能功能](screenshots/ai-feature.png) ### 后台管理 ![后台管理](screenshots/admin.png) ### 移动端适配 ![移动端](screenshots/mobile.png) ## 相关链接 - **仓库地址**:https://gitee.com/foadmin/AI-driven-decision - **演示地址**:https://ai-demo-dh.sslphp.com/ - **API申请地址**:https://hao.aizhaozi.com/open-platform - **视频部署教程**:https://www.bilibili.com/video/BV1PmSSBMEHn/?vd_source=408b7b695c16c16712cfb1e4821f2e59 ## 项目结构 ``` ├── admin/ # 后台管理前端 ├── node/ # Node.js 服务端 ├── serve/ # Python 后端服务 ├── mysql/ # 数据库脚本 └── runtime/ # 运行时文件(上传文件等) ``` ## 快速开始 1. 克隆项目 2. 配置数据库(导入 mysql/dh.sql) 3. 配置环境变量(复制 .env.example 为 .env 并修改) 4. 启动后端服务 5. 启动前端服务 详细部署请参考视频教程。