Skip to content

A model which analyzes resumes to determine if they're suitable for a specific job position by extracting relevant details from it.

Notifications You must be signed in to change notification settings

RohanChaudhary1805/Resume-Parser

Repository files navigation

Resume-Parser

  • This was a group project built in a team of 5 people for the course IC-272 Data Science III.
  • It is an ML model which takes resume as an input, infer details from it and then predict whether the resume is capable of being selected for a certain job position.
  • All the necessary code is present within the ResumeParser.ipynb file.
  • The output and working of the project can be understood using the link given below.
    Project video: YouTube link

Project Overview:

  1. Preparing the training data to make it compatible with SpaCy and then utilizing a Docbin object to store data in a .spacy file format.
  2. Developing a .config file and training a customized Named Entity Recognition (NER) model using SpaCy.
  3. Accepting input in the form of resumes and job profiles, which can be in PDF or Doc format, and converting them into text.
  4. Analyzing the resume content and comparing it with the job profile using Cosine Similarity.

About

A model which analyzes resumes to determine if they're suitable for a specific job position by extracting relevant details from it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published