Skip to main content

A Python library for matching resumes with job descriptions

Project description

Resume Matcher

A Python library for matching resumes with job description.

Installation

You can install the required dependencies using pip:

pip install resume-matcher

Usage

Here's how you can use the resume_job_desc_match function:

from resume_matcher.matching import resume_job_desc_match

Path to the resume and job description files
resume_path = "My_Resume.docx" job_desc_path = "Job_desc.docx"

Call the resume_job_desc_match function
match_percentage = resume_job_desc_match(resume_path, job_desc_path)

Print the match percentage
print("Match percentage:", match_percentage)

Overall Code:

from resume_matcher.matching import resume_job_desc_match

resume_path = "My_Resume.docx"
job_desc_path = "Job_desc.docx"

match_percentage = resume_job_desc_match(resume_path, job_desc_path)

print("Match percentage:", match_percentage)

Note: Please upload doc files of Job Description and Resume.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

resume-matcher-0.2.tar.gz (1.9 kB view hashes)

Uploaded Source

Built Distribution

resume_matcher-0.2-py3-none-any.whl (2.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page