Back
gh

srbhr/Resume-Matcher: Improve your resumes with Resume Matcher. Get insights, keyword suggestions and tune your resumes to job descriptions.

Improve your resumes with Resume Matcher. Get insights, keyword suggestions and tune your resumes to job descriptions. - GitHub - srbhr/Resume-Matcher: Improve your resumes with Resume Matcher. Get insights, keyword suggestions and tune your resumes to job descriptions.

by srbhr github.com 922 words
View original

Stars Apache 2.0 Forks version

Discord Website LinkedIn

srbhr%2FResume-Matcher | Trendshift

Vercel OSS Program

[!important] 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

  1. Upload your master resume (PDF or DOCX)
  2. Paste a job description youโ€™re targeting
  3. Review AI-generated improvements and tailored content
  4. Cover Letter & Email generator for the job application
  5. Customize the layout and sections to fit your style
  6. Export as a professional PDF with your preferred template

Stay Connected

Discord

Join our Discord for discussions, feature requests, and community support.

LinkedIn

Follow us on LinkedIn for updates.

Star Resume Matcher

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

Sponsors

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.

SponsorDescription
ApideckOne API to connect your app to 200+ SaaS platforms (accounting, HRIS, CRM, file storage). Build integrations once, not 50 times. ๐ŸŒ apideck.com
VercelResume Matcher is a part of Vercel OSS // Summer 2025 Program ๐ŸŒ vercel.com
Cubic.devCubic provides PR reviews for Resume Matcher ๐ŸŒ cubic.dev
Kilo CodeKilo Code provides AI code reviews and coding credits to Resume Matcher ๐ŸŒ kilo.ai
ZanRealZanReal is an AI-driven development company building scalable cloud solutions, from strategy and UX to DevOps, helping teams ship faster and turn ideas into production. ๐ŸŒ zanreal.com

donate

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.

PlatformLink
GitHubGitHub Sponsors
Buy Me a CoffeeBuyMeACoffee

Creatorsโ€™ Note

srbhr

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:

Key Features

resume_matcher_features

Core Features

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

Job Description Input

Resume Builder

Resume Builder

Paste in a job description and get AI-powered resume tailored for that specific role.

You can:

Cover Letter & Email Generator

Generate tailored cover letters and email templates based on the job description and your resume.

Cover Letter

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.

Resume Scoring and Keyword Highlight

PDF Export

Export your tailored resume and cover letter in PDF.

Templates

Template NamePreviewDescription
Classic Single ColumnClassic TemplateA traditional and clean layout suitable for most industries. ๐•๐ข๐ž๐ฐ ๐๐ƒ๐…
Modern Single ColumnModern TemplateA contemporary design with a focus on readability and aesthetics. ๐•๐ข๐ž๐ฐ ๐๐ƒ๐…
Classic Two ColumnClassic Two Column TemplateA structured layout that separates sections for clarity. ๐•๐ข๐ž๐ฐ ๐๐ƒ๐…
Modern Two ColumnModern Two Column TemplateA sleek design that utilizes two columns for better organization. ๐•๐ข๐ž๐ฐ ๐๐ƒ๐…

Internationalization

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.

How to Install

Installation

For detailed setup instructions, see SETUP.md (English) or: Espaรฑol, ็ฎ€ไฝ“ไธญๆ–‡, ๆ—ฅๆœฌ่ชž.

Prerequisites

ToolVersionInstallation
Python3.13+python.org
Node.js22+nodejs.org
uvLatestastral.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 in Settings.

Supported AI Providers

ProviderLocal/CloudNotes
OllamaLocalFree, runs on your machine
OpenAICloudGPT-4o, GPT-4o-mini
AnthropicCloudClaude 3.5 Sonnet
Google GeminiCloudGemini 1.5 Flash/Pro
OpenRouterCloudAccess to multiple models
DeepSeekCloudDeepSeek Chat

Docker Deployment

Official Docker images are published for linux/amd64 and linux/arm64 on:

Run on a single public port (3000) with API available at /api:

docker run --name resume-matcher \
  -p 3000:3000 \
  -v resume-data:/app/backend/data \
  ghcr.io/srbhr/resume-matcher:latest

Prefer pinning a version in production, for example ghcr.io/srbhr/resume-matcher:1.1.0 or ghcr.io/srbhr/resume-matcher:1.1.

Endpoints:

Using Ollama with Docker? Use http://host.docker.internal:11434 as the Ollama URL instead of localhost.

Tech Stack

ComponentTechnology
BackendFastAPI, Python 3.13+, LiteLLM
FrontendNext.js 15, React 19, TypeScript
DatabaseTinyDB (JSON file storage)
StylingTailwind CSS 4, Swiss International Style
PDFHeadless Chromium via Playwright

Join Us and Contribute

how to contribute

We welcome contributions from everyone! Whether youโ€™re a developer, designer, or just someone who wants to help out. All the contributors are listed in the about page on our website and on the GitHub Readme here.

Check out the roadmap if you would like to work on the features that are planned for the future. If you have any suggestions or feature requests, please feel free to open an issue on GitHub and discuss it on our Discord server.

Contributors

Contributors


Star History

Vercel OSS Program