Skip to content

Code to parse information such as Name, Email, Phone Number, Skill sets and Technologies from a given resume

License

Notifications You must be signed in to change notification settings

ashaywalke/resume-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Resume-Parser

Extracting name, email, phonenumber, skills

Code to parse information such as Name, Email, Phone Number, skillset and the technology associated with it.

requirements

Following is the list of python libraries required

cStringIO
re
csv
pdfminer
BeautifulSoup
urllib2
spacy

Spacy is an Industrial-Strength Natural Language Processing tool which is used here to detect Indian Names in the resume after pip installing spacy make sure that you install 'xx' model which supports foreign languages

python -m spacy download xx

Code

Set the directory to the one which contains the extracted files, and save your resume with the file name, resume.pdf in the same directory.

$ python resumeparser.py

Sample Output

Page

About

Code to parse information such as Name, Email, Phone Number, Skill sets and Technologies from a given resume

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages