Skip to content

This is a system , that upon adding a resume and the given job description shows the %match .

Notifications You must be signed in to change notification settings

megha-66/Resume-Screening-and-Candidate-Profile-Matching-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Resume Screening App

This app is built for employers looking for candidates against a particular job description. This app looks into outputing a x% percent similarity score given the resume of the candidate and a job description.

App deployed on Streamlit Community Cloud

Intuition:

  1. Get context-aware BERT Embeddings or document doc2vec embeddings for Resume and Job Description.
  2. Hugging Face Library was very useful alongwith doc2vec or nltk
  3. Get their cosine similarity

Workflow:

Interface

Usage

pip install -r requirements.txt

Run: streamlit run application.py

About

This is a system , that upon adding a resume and the given job description shows the %match .

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages