Skip to content

Latest commit

 

History

History
27 lines (13 loc) · 982 Bytes

README.md

File metadata and controls

27 lines (13 loc) · 982 Bytes

Simple_Resume_Analyzer

This notebook helps recruiters and hiring managers to identify the most-matched resumes very quickly and accelerate finding the top talent. This code can read a huge amount of PDF files (resumes) and sort them based on the most related keywords.

Usage

1- Install PyPDF2: !pip install PyPDF2

2- Move all the resumes in a same directory and define your directory path in: directory_path

3- Replace your custom keywords in: keywords

4- Run the cell

Output

In the output you will see the sorted resumes based on the most related keywords and also the name of resumes, eg: Resume_1.pdf, Resume_2.pdf, Resume_3.pdf and so on.

Melanee resume analyzer

Warning

This notebook is under license and any publishing without referring to my repository is prohibited!

Developer: Melanee