Skip to content

sumanthreddy542/ResumeScorer

Repository files navigation

ResumeScorer

  1. Clone the repository.

  2. Install the following Library Dependencies:

    pip install flask

    pip install PyPDF2

    pip install textract

    pip install nltk

    pip install rake-nltk

    pip install python-docx

    pip install scikit-learn

    pip install numpy==1.19.3

    pip install gensim

  3. Open python console and do the following:

    import nltk

    nltk.download('averaged_perceptron_tagger')

    nltk.download('wordnet')

  4. Run the code using python ResumeRatingMain.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published