# aiwork **Repository Path**: abc_666lcn/aiwork ## Basic Information - **Project Name**: aiwork - **Description**: 本地化部署ai助理 企业对接 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-17 - **Last Updated**: 2026-03-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 智能助理系统 基于 DeepSeek + RAG 的设备管理智能问答系统。 ## 功能 - 流式 AI 对话(RAG / 统计分析 / 闲聊三路由) - 数据录入(CSV / XLSX 自动清洗,8步流水线) - 数据质量检查与一键修复 - 聊天标注(👍/👎)+ 训练数据导出(JSONL) - ECharts 图表自动生成 - DeepSeek 微调任务提交 ## 快速启动 ```bash cd backend pip install -r requirements.txt python app.py ``` 访问 http://localhost:5000 ## 环境变量 ``` DEEPSEEK_API_KEY=your_key_here ```