# per_secretary **Repository Path**: longhui1989/per_secretary ## Basic Information - **Project Name**: per_secretary - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2025-04-03 - **Last Updated**: 2025-04-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DeepSeek AI 助手项目 ``## 项目简介 这是一个基于DeepSeek API的智能助手项目,可以处理多种任务,包括图片处理、Excel操作和网页数据爬取等。 ## 主要功能 - 图片处理:支持图片格式转换、大小调整等 - Excel操作:支持Excel文件的读取、写入和格式处理 - 网页爬取:支持从网页提取结构化数据 - 智能对话:基于DeepSeek API的自然语言处理 ## 环境配置 1. 安装依赖:`pip install -r requirements.txt` 2. 创建.env文件并设置API密钥: ``` DEEPSEEK_API_KEY=your_api_key_here ````` 3. 可选:修改bots_configs/deepseek_cn.ini调整AI参数 ## 使用说明 1. 运行主程序:`python main.py` 2. 根据提示输入您的需求 3. 系统会自动调用相应工具完成任务 ## 工具列表 - 图片处理器:处理各种图片格式转换和编辑 - Excel处理器:读取和操作Excel文件 - 网页爬虫:从指定URL提取结构化数据 ## 注意事项 1. 请确保网络连接正常 2. 使用网页爬虫功能时请遵守目标网站的使用条款 3. 定期更新requirements.txt中的依赖库