Back to Projects
📄
Resume Builder
Local CLI ToolAI-powered tool that tailors your LaTeX resume for specific job applications. Paste a job description, and Claude optimizes your resume to highlight relevant experience.
How It Works
📋
Job Description
Paste the job posting
🤖
Claude Analysis
AI extracts key requirements
📝
LaTeX Tailoring
Reorders & optimizes bullets
📄
PDF Output
Professional resume ready
🎯
Smart Tailoring
Claude reorders bullets and adjusts wording to highlight the most relevant experience for each job.
📐
LaTeX Quality
Professional typesetting with TinyTeX compilation. Perfect typography and consistent formatting.
🔒
Privacy-First
Runs entirely on your local machine. Your resume data never leaves your computer.
✨
One-Click Operation
Simple Streamlit UI hides all the complexity. Just paste and click.
⚙️Setup Instructions
Setup Instructions
- Install Claude Code CLI:
npm install -g @anthropic-ai/claude-code - Install TinyTeX for LaTeX compilation
- Clone the repository and install dependencies:
pip install streamlit - Place your LaTeX resume in the
resumes/folder - Run:
streamlit run app.py