A resume analyzer that parses your PDF document, gathers information about the job being applied to from the user and provides suggestions to bridge the gap in skill and job.
· Uses pyresparser from Resume Parser package to parse through the resume.
· Uses NLTK and Spacy for Natural Language Processing.
· Uses CountVectorizer to convert text to Vectors.
· Uses cosinesimilarity to compare given resume keywords against job descriptions keywords.
· Uses streamlit for user interface.