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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file resume-matcher-0.2.tar.gz.
File metadata
- Download URL: resume-matcher-0.2.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
28d662b1510a7f06d0e2a588ce5f3aa8c50c7ff5ce1185365fca7555e9e3d9a1
|
|
| MD5 |
c6d5d8c0b2a7e45109f8f85d892e9590
|
|
| BLAKE2b-256 |
e8e90cfc4f7a7a68f995ae964de930502c3ddd8b93c707a4cc8e4011b1719669
|
File details
Details for the file resume_matcher-0.2-py3-none-any.whl.
File metadata
- Download URL: resume_matcher-0.2-py3-none-any.whl
- Upload date:
- Size: 2.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
756578bf770ef438349868d922fc35f8b441f4ded4c54abfeec0ed943f0eec1b
|
|
| MD5 |
e8978ce7e5f5b322cb57ae450a09e96f
|
|
| BLAKE2b-256 |
4b6b357e716e1d3598c7eff2d92f3cd4c27229c434711c07e8189850fa68ac4e
|