Resume matcher tool that matches job description with resumes
-
Updated
Sep 25, 2023 - Python
8000
Resume matcher tool that matches job description with resumes
This project aims to make the process of matching resumes with a particular job description much faster. Simply enter the required job-description and all the resumes that need to be filtered and run the script to find the top scorer as well as the 'n' best matching resumes! Built using Python, Hugging Face and Scikit-Learn.
This LangGraph-based agentic system matches job descriptions to the most relevant resumes by automating JD rephrasing, retrieval, ranking, explanation, and evaluation.
This project aims to make the process of matching resumes with a particular job description much faster. Simply enter the required job-description and all the resumes that need to be filtered and run the script to find the top scorer as well as the 'n' best matching resumes! Built using Python, Hugging Face and Scikit-Learn.
Resume Matcher is a web app that analyzes resumes against a job description using AI. It extracts content from uploaded resumes and evaluates them based on skills, experience, and fit. The system uses Google's Gemini 2.0 model through LangChain for accurate matching and scoring. Users receive a clear match score and explanation for each candidate.
Add a description, image, and links to the resume-matcher topic page so that developers can more easily learn about it.
To associate your repository with the resume-matcher topic, visit your repo's landing page and select "manage topics."