Skip to content

VaidikV/Resume-Sorting-App

Repository files navigation

Resume-Sorting-App

A a versatile resume sorting application made using Python and tkinter GUI that leverages natural language processing (NLP) techniques to efficiently categorize resumes based on their domains.

Libraries needed:

pip install pdfminer        # python 2
pip install pdfminer.six    # python 3
pip install spacy
python -m spacy download en_core_web_sm
pip install nltk
python -m nltk nltk.download('words')
pip install tkPDFViewer

Screenshots: Home Page

image

image

About

Resume sorting application. (Work in progress)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages