srbhr / Resume-Matcher

Resume Matcher is an open source, free tool to improve your resume. It works by using language models to compare and rank resumes with job descriptions.
https://www.resumematcher.fyi/
Apache License 2.0
4.92k stars 2.11k forks source link

It tries to install nltk resource everytime user interacts with the webpage. #94

Closed sanketkhajuria closed 1 year ago

sanketkhajuria commented 1 year ago

Issue Title

It tries to install nltk resource everytime user interacts with the website.

Type

Description

We can notice in the command line logs that it tries to install nltk resource everytime this script is executed.

Steps to Reproduce

  1. Interact with the webpage
  2. Notice the logs.

Screenshots / Code Snippets (if applicable)

Screenshot 2023-08-05 at 9 02 28 PM

Possible Solution (if you have any in mind)

  1. Need to change the code execution flow.
  2. Check if the resource is already available and only download if not available.