Skip to content

adi1999/Deep-learning-based-resume-parser-and-analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Deep-learning-based-resume-parser-and-analyzer

It is resume parser and analyzer based on Deep learning. It automates the process of resume filtering. It extracts and analyzes all important factor of resume like experience, education, project etc.

How to use it

  • A training data generation and annotation tool is created in the scripts folder which allows resume deep learning training data to be generated from any pdf and docx files stored in the scripts/data/resume_samples folder, To launch this tool, run the following command from the root directory of the project:
cd demo
python create_training_data.py
  • After the training data is generated and annotated, one can train the resume parser by running the following command:
cd demo
python dl_based_parser_train.py
cd demo
python dl_based_parser_predict.py

Instructions

  • You can train it on your own data.
  • At present it only works on .pdf and .docx format.
  • Motivation : chen0040

Requirements

  • Python 3.4+
  • Tensorflow CPU/GPU
  • Keras
  • All basic Libraries : Numpy,Scipy,Matplotlib.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages