Skip to content

πŸ“‘πŸ§ Python project for extracting text from resumes in .pdf, .doc and .docx formats based on the article by Omkar Pathak at https://omkarpathak.in/2018/12/18/writing-your-own-resume-parser

Notifications You must be signed in to change notification settings

Chizaram-Igolo/resume-reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

18 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Resume Reader

Currently, the accuracy and loss scores for the 3 model architectures in feature extraction are:

  • Bi-LSTM: Loss: 1.3137, Accuracy: 0.4699

  • CNN: Loss: 0.6951, Accuracy: 0.5949

  • CRF: Loss: 0.5174, Accuracy: 0.5375

The Ensemble will be built next.

About

πŸ“‘πŸ§ Python project for extracting text from resumes in .pdf, .doc and .docx formats based on the article by Omkar Pathak at https://omkarpathak.in/2018/12/18/writing-your-own-resume-parser

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages