Skip to content

rgorthisearce/ResumeParser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ResumeParser

Project Description: Your objective is to build a resume parser in Python, this project leverages the SpaCy Python library to implement several NLP (natural language processing) techniques such as tokenization, lemmatization, parts of speech tagging. Because all of the resumes are supplied in PDF format , you'll also learn how to use optical character recognition (OCR) to extract text from the documents. The resumes can also be in Word doc format. To extract critical information from a CV, such as an applicant's job history, name, geographic area, and so on, the final application will require little human participation. The resume parser end point can take in millions of resumes, parse the needed fields and categorise them. This resume parser should use the popular python library - SpaCy for OCR and text classifications. First, we train our model with required fields and then deploy the end point.

Flowchart

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors