Back to Projects
📄

Resume Builder

Local CLI Tool

AI-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

  1. Install Claude Code CLI:npm install -g @anthropic-ai/claude-code
  2. Install TinyTeX for LaTeX compilation
  3. Clone the repository and install dependencies:pip install streamlit
  4. Place your LaTeX resume in theresumes/ folder
  5. Run:streamlit run app.py

Get Started

View the source code and setup instructions on GitHub.

View on GitHub