Skip to content
This repository has been archived by the owner on Mar 13, 2022. It is now read-only.

viditkhemka63/Resume-screening

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Resume-screening

Resume screening is the process of determining whether a candidate is qualified for a role based his or her education, experience, and other information captured on their resume. In a nutshell, it's a form of pattern matching between a job's requirements and the qualifications of a candidate based on their resume

How to Run

<!-- Backend  -->
cd backend
npm install
npm start

<!-- Frontend  -->
cd web
npm install
ng s -o

<!-- NLP  -->
cd nlp
pip3 install -r requirements.txt
python3 app.py

<!-- Vector -->
cd clustering
python3 vector.py

Note: Download the model from https://tfhub.dev/google/universal-sentence-encoder/2 and store in /nlp/clustering/2/