# jd_optimize **Repository Path**: dongwangliu/jd_optimize ## Basic Information - **Project Name**: jd_optimize - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-30 - **Last Updated**: 2026-03-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 简历优化工具 AI 驱动的简历优化 Web 应用,支持多模型、多版本输出。 ## 功能特性 - PDF 简历解析与提取 - AI 智能优化(支持多种模型) - 多版本输出(简洁版/专业版/创意版) - PDF/Word 双格式下载 - ATS 评分分析 - 交互式迭代优化 ## 支持的 AI 模型 - OpenAI (GPT-4) - Anthropic (Claude) - DeepSeek - MiniMax - Google Gemini - 阿里云 DashScope ## 快速开始 ### 1. 配置 API Key 在 `config.yaml` 中配置: ```yaml models: default: dashscope dashscope: api_key: your-api-key model: qwen-turbo ``` 或通过环境变量:`export DASHSCOPE_API_KEY=your-key` ### 2. 启动 ```bash pip install -r requirements.txt start.bat # Windows # ./start.sh # Linux/Mac ``` ### 3. 使用 访问 http://localhost:8000