๐ก Summary
An AI-powered tool that tailors resumes and generates cover letters for specific job descriptions.
๐ฏ Target Audience
๐ค AI Roast: โIt's a full-stack job application factory, but you'll need to wrangle two terminals and an LLM API key before it writes your first bullet point.โ
The tool processes sensitive user documents (resumes) and requires LLM API keys. Risks include exposure of PII if backend is improperly secured and credential leakage via .env files. Mitigation: Enforce strict access controls on the backend API, never commit .env files, and consider client-side processing for resume parsing.
Resume Matcher
๐น๐๐๐ ๐ณ๐๐๐๐๐๐ โฆ ๐๐๐๐๐๐๐ โฆ ๐ท๐๐ ๐๐ ๐ธ๐๐๐๐๐๐ โฆ ๐ฒ๐๐๐๐๐๐๐๐๐๐๐ โฆ ๐๐๐๐๐๐๐ โฆ ๐๐ ๐๐๐๐๐/๐ โฆ ๐ป๐๐๐๐๐๐ธ๐ โฆ ๐ฒ๐๐๐๐๐๐
English | Espaรฑol | ็ฎไฝไธญๆ | ๆฅๆฌ่ช
Create tailored resumes for each job application with AI-powered suggestions. Works locally with Ollama or connect to your favorite LLM provider via API.

[!IMPORTANT]
This project is in active development. New features are being added continuously, and we welcome contributions from the community. If you have any suggestions or feature requests, please feel free to open an issue on GitHub or discuss it on our Discord server.
Getting Started
Resume Matcher works by creating a master resume that you can use to tailor for each job application. Installation instructions here: How to Install
How It Works
- Upload your master resume (PDF or DOCX)
- Paste a job description you're targeting
- Review AI-generated improvements and tailored content
- Cover Letter & Email generator for the job application
- Customize the layout and sections to fit your style
- Export as a professional PDF with your preferred template
Stay Connected
Join our Discord for discussions, feature requests, and community support.
Follow us on LinkedIn for updates.

Star the repo to support development and get notified of new releases.
Sponsors

We are grateful to our sponsors who help keep this project going. If you find Resume Matcher helpful, please consider sponsoring us to ensure continued development and improvements.
| Sponsor | Description | |---------|-------------| | APIDECK | One API to connect your app to 200+ SaaS platforms (accounting, HRIS, CRM, file storage). Build integrations once, not 50 times. ๐ apideck.com | | Vercel | Resume Matcher is a part of Vercel OSS // Summer 2025 Program ๐ vercel.com | | Cubic.dev | Cubic provides PR reviews for Resume Matcher ๐ cubic.dev | | Kilo Code | Kilo Code provides AI code reviews and coding credits to Resume Matcher ๐ kilo.ai |
Sponsor Resume Matcher

Please read our Sponsorship Guide for details on how your sponsorship helps the project. You will receive a special thank you in the ReadME and on our website.
| Platform | Link |
|-----------|----------------------------------------|
| GitHub | |
| Buy Me a Coffee |
|
Creators' Note
Thank you for checking out Resume Matcher. If you want to connect, collaborate, or just say hi, feel free to reach out! ~ Saurabh Rai โจ
You can follow me on:
- Website: https://srbhr.com
- Linkedin: https://www.linkedin.com/in/srbhr/
- Twitter: https://twitter.com/srbhrai
- GitHub: https://github.com/srbhr
Key Features

Core Features
Master Resume: Create a comprehensive master resume to draw from your existing one.

Resume Builder

Paste in a job description and get AI-powered resume tailored for that specific role.
You can:
- Modify suggested content
- Add/remove sections
- Rearrange sections via drag-and-drop
- Choose from multiple resume templates
Cover Letter & Email Generator
Generate tailored cover letters and email templates based on the job description and your resume.

Resume Scoring (In development feature)
We are working on a resume scoring feature that will analyze your resume against the job description and provide a match score along with suggestions for improvement.

PDF Export
Export your tailored resume and cover letter in PDF.
Templates
| Template Name | Preview | Description |
|---------------|---------|-------------|
| Classic Single Column |
| A traditional and clean layout suitable for most industries. ๐๐ข๐๐ฐ ๐๐๐
|
| Modern Single Column |
| A contemporary design with a focus on readability and aesthetics. ๐๐ข๐๐ฐ ๐๐๐
|
| Classic Two Column |
| A structured layout that separates sections for clarity. ๐๐ข๐๐ฐ ๐๐๐
|
| Modern Two Column |
| A sleek design that utilizes two columns for better organization. ๐๐ข๐๐ฐ ๐๐๐
|
Internationalization
- Multi-Language UI: Interface available in English, Spanish, Chinese, and Japanese
- Multi-Language Content: Generate resumes and cover letters in your preferred language
Roadmap
If you have any suggestions or feature requests, please feel free to open an issue on GitHub or discuss it on our Discord server.
- Visual keyword highlighting
- AI Canvas for crafting impactful, metric-driven resume content
- Multi-job description optimization
How to Install

For detailed setup instructions, see SETUP.md (English) or: Espaรฑol, ็ฎไฝไธญๆ, ๆฅๆฌ่ช.
Prerequisites
| Tool | Version | Installation | |------|---------|--------------| | Python | 3.13+ | python.org | | Node.js | 22+ | nodejs.org | | uv | Latest | astral.sh/uv |
Quick Start
Fastest for MacOS, WSL and Ubuntu users:
# Clone the repository git clone https://github.com/srbhr/Resume-Matcher.git cd Resume-Matcher # Backend (Terminal 1) cd apps/backend cp .env.example .env # Configure your AI provider uv sync # Install dependencies uv run uvicorn app.main:app --reload --port 8000 # Frontend (Terminal 2) cd apps/frontend npm install npm run dev
Open http://localhost:3000 and configure your AI provider
Pros
- Local-first operation with Ollama support enhances privacy.
- Comprehensive feature set including cover letter and email generation.
- Multi-language UI and content generation.
- Offers multiple professional resume templates.
Cons
- Requires managing both a Python backend and Node.js frontend.
- Setup complexity is higher than a simple script or SaaS.
- Some features like resume scoring are marked as in development.
- Dependent on external LLM providers or local model setup.
Related Skills
talentmatcher
AโThe project may expose sensitive candidate data through API endpoints, and it relies on external services like Supabase and Google Gemini. Implementing proper authentication and daโ
pytorch
SโIt's the Swiss Army knife of deep learning, but good luck figuring out which of the 47 installation methods is the one that won't break your system.โ
agno
SโIt promises to be the Kubernetes for agents, but let's see if developers have the patience to learn yet another orchestration layer.โ
Disclaimer: This content is sourced from GitHub open source projects for display and rating purposes only.
Copyright belongs to the original author srbhr.




