Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
专业的 LaTeX 简历模板,专为大模型与 Agent 算法工程师设计 | Professional LaTeX resume template for LLM & Agent algorithm engineers
| Date | Stars |
|---|---|
| 2026-07-31 | 371 |
| 2026-08-05 | 379 |
| 2026-08-06 | 379 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# LLM-Resume-Template
# 大模型算法工程师简历模板 | LLM Algorithm Engineer Resume Template
[](https://creativecommons.org/licenses/by/4.0/)
[](https://www.latex-project.org/)
[](https://github.com/adongwanai/LLM-Resume-Template)
一个专为**大模型算法工程师**打造的 LaTeX 简历模板,适合求职大模型、Agent、RAG、NLP 等 AI 相关岗位。
> **💡 如果这个模板对你有帮助,请先点击右上角的 ⭐️ Star 支持一下!你的 Star 是对我们最大的鼓励!**
> **🔥 推荐 Fork 本项目后进行修改,这样你可以保留自己的版本,也方便后续更新!**
## 📸 效果预览
<div align="center">
<img src="https://raw.githubusercontent.com/adongwanai/Awesome-Awesome-LLMs/main/20251216164749707.png" alt="无头像简历效果展示" width="800"/>
<p><i>简历模板效果展示</i></p>
</div>
<div align="center">
<img src="https://raw.githubusercontent.com/adongwanai/Awesome-Awesome-LLMs/main/20251216164719815.png" alt="头像简历效果展示" width="800"/>
<p><i>简历模板有头像效果展示</i></p>
</div>
## ✨ 特性
- 📸 **支持头像**:提供带头像版本,让简历更加个性化和专业(可选)
- 📝 **专业内容结构**:涵盖科研经历、实习经历、项目经历等完整板块
- 🎯 **大模型方向优化**:针对 LLM、Agent、RAG、模型压缩等热门方向设计
- 🔧 **易于修改**:提供完整的占位符模板,方便快速替换个人信息
- 🎨 **排版精美**:基于优秀的 LaTeX 简历模板,支持中英文
- 🚀 **一键编译**:支持 Overleaf 在线编辑,无需本地配置环境
## 📁 文件说明
```
LLM-Resume-Template/
├── resume-zh.tex # 中文简历(完整示例,无头像)
├── resume-photo.tex # 带头像简历(推荐使用)⭐️
├── resume-model.tex # 简历模板(含占位符)
├── resume-en.tex # 英文简历模板
├── resume.cls # 标准简历样式文件
├── resume-photo.cls # 带头像支持的样式文件 ⭐️
├── adongwanai.jpg # 示例头像图片
├── Makefile # 编译脚本
├── fontawesome5/ # 图标字体文件
└── README.md # 本文件
```
**推荐使用 `resume-photo.tex`**:这是带头像版本的简历模板,更加现代美观,适合需要展示个人形象的场合。
**可选使用 `resume-zh.tex` 或 `resume-model.tex`**:标准版简历(无头像),适合更正式的学术或企业场合。
## 🚀 快速开始
### 方法一:使用 Overleaf(推荐,无需配置环境)
#### 步骤 0: Star 和 Fork 项目(重要!)
1. 点击页面右上角的 ⭐️ **Star** 按钮,支持一下项目!
2. 点击右上角的 **Fork** 按钮,将项目 fork 到你的账号下
3. 在你 fork 的仓库页面,点击 **Code** → **Download ZIP** 下载项目
> 💡 **为什么推荐 Fork?**
> - 你可以在自己的仓库中自由修改,不会影响原项目
> - 方便追踪你的修改历史
> - 当原项目更新时,你可以轻松同步最新内容
> - Fork 和 Star 能让更多人发现这个项目!
#### 步骤 1: 导入 Overleaf
1. 访问 [Overleaf](https://www.overleaf.com/) 并登录/注册
2. 点击左上角 **New Project** → **Upload Project**
3. 上传刚才下载的 ZIP 文件
4. 等待项目导入完成
#### 步骤 3: 设置主文件
1. 在 Overleaf 项目中,点击左上角的 **Menu** 按钮
2. 在 **Main document** 下拉菜单中选择:
- **带头像版**:选择 `resume-photo.tex`(推荐)
- **无头像版**:选择 `resume-zh.tex` 或 `resume-model.tex`
3. 确保编译器设置为 **XeLaTeX**
4. 点击 **Recompile** 即可预览 PDF
#### 步骤 4: 替换头像(如使用带头像版)
1. 准备一张正方形或圆形的照片(推荐尺寸 500×500 像素以上)
2. 在 Overleaf 左侧文件列表中,点击上传图标上传你的照片
3. 打开 `resume-photo.tex`,修改第 17 行:
```latex
\ResumePhoto{你的照片文件名.jpg}
```
4. 如果不想使用头像,直接删除或注释掉这一行即可
#### 步骤 5: 开始编辑
直接在 Overleaf 编辑器中修改对应的 `.tex` 文件,保存后会自动重新编译并更新 PDF 预览。
---
### 方法二:使用 Cursor/VSCode + AI 辅助修改(效率更高)
如果你想用 AI 快速批量修改简历内容,推荐使用 Cursor 编辑器。
#### 步骤 1: Fork 并克隆项目(推荐)
**强烈推荐先 Fork 项目!**
1. 在 GitHub 上点击 **Star** ⭐️ 和 **Fork** 按钮
2. 克隆你 fork 的仓库:
```bash
# 替换 YOUR_USERNAME 为你的 GitHub 用户名
git clone https://github.com/YOUR_USERNAME/LLM-Resume-Template.git
cd LLM-Resume-Template
```
> 💡 **为什么要 Fork?** Fork 后可以自由提交你的修改,保留个人版本,同时不影响原项目。
#### 步骤 2: 用 Cursor 打开项目
1. 下载并安装 [Cursor](https://cursor.sh/)
2. 用 Cursor 打开项目文件夹
3. 打开 `resume-photo.tex`(带头像版)或 `resume-model.tex`(无头像版)文件
#### 步骤 3: 使用 AI 提示词快速修改
选中需要修改的部分,按 `Cmd+K`(Mac)或 `Ctrl+K`(Windows)唤起 Cursor AI,输入提示词进行修改。
**提示词示例见下方 [AI 提示词参考](#-ai-提示词参考) 部分。**
#### 步骤 4: 同步到 Overleaf
修改完成后,将项目文件夹打包成 ZIP,重新上传到 Overleaf 进行编译和预览。
---
### 方法三:本地编译(需要 LaTeX 环境)
如果你已安装 TeX Live 或 MacTeX,可以在本地编译:
```bash
# 编译带头像版简历(推荐)
xelatex resume-photo.tex
xelatex resume-photo.tex # 编译两次以生成正确的目录和引用
# 编译无头像版简历
make zh
# 或
xelatex resume-zh.tex
xelatex resume-zh.tex
```
## 📝 使用指南
### 1. 修改个人信息
#### 带头像版(`resume-photo.tex`)
```latex
\ResumeName{阿东玩AI} % 修改为你的姓名
\ResumePhoto{adongwanai.jpg} % 修改为你的头像文件名,或删除这行不使用头像
\begin{document}
\ResumeContacts{
1XX-XXXX-XXExcerpt of 7,958 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:98977c1167af3cd0, llm:Repository description: 'Professional LaTeX resume template for LLM & Agent algorithm engineers' (TeX resume template targeted at LLM & Agent engineers). No topics or README provided.