Skip to content

JWang975/interview-coach

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎯 面试复盘 AI

上传面试记录,AI 自动识别问答、逐题诊断表现、给出改进建议。

✨ 功能特点

  • 🎯 智能识别问答 - AI 自动区分面试官问题与候选人回答
  • 📊 逐题深度诊断 - 每道题独立评分,精准定位亮点与改进空间
  • 💡 可落地的建议 - 具体告诉你该怎么改
  • 🔒 隐私安全 - 数据仅在本地处理,使用你自己的 API Key

🚀 一键部署到 Vercel

方式一:点击部署(推荐)

Deploy with Vercel

方式二:手动部署

  1. Fork 或上传代码到 GitHub

  2. 登录 Vercel

  3. 导入项目

    • 点击 "New Project"
    • 选择你的 GitHub 仓库
    • 点击 "Import"
  4. 部署

    • Framework Preset 会自动识别为 Next.js
    • 直接点击 "Deploy"
    • 等待 1-2 分钟部署完成
  5. 访问你的网站

    • 部署成功后会获得一个 .vercel.app 域名
    • 也可以绑定自定义域名

📁 项目结构

interview-coach/
├── app/
│   ├── layout.js        # 全局布局
│   ├── page.js          # 首页
│   ├── globals.css      # 全局样式
│   └── analyzer/
│       └── page.js      # 分析工具页面
├── package.json
├── next.config.js
└── README.md

🔑 API Key 获取

本工具需要用户自己提供 API Key:

平台 获取地址 价格
DeepSeek platform.deepseek.com ¥0.001/千tokens
通义千问 dashscope.console.aliyun.com 新用户有免费额度

🛠️ 本地开发

# 安装依赖
npm install

# 启动开发服务器
npm run dev

# 访问 http://localhost:3000

📝 支持的文件格式

  • .txt - 纯文本文件
  • .md - Markdown 文件
  • .docx - Word 文档

💡 提示:如果你有面试录音,可以先用以下工具转成文字:

📄 License

MIT

About

interview-coach)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors