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.7k stars 1.84k forks source link

If it keeps showing "running," do you know what might be causing this, or do I need to configure the network settings? #275

Open pdsu-zjl opened 2 weeks ago

pdsu-zjl commented 2 weeks ago
111111
SubramanyamChalla24 commented 2 weeks ago

hey @pdsu-zjl , can you add some more details about the issue. This seems to be vague to understand why it takes too long? Can you check the output in the terminal?

pdsu-zjl commented 2 weeks ago

@SubramanyamChalla24 1.environment:window11 / python=3.10 / other like your requirements.txt/ GPU3080/cpu R9-5900hx 2.Run in miniconda 3.Then amend path in run_first.py

image

amend path in JobDescriptionp......py

image
  1. python run_first.py in miniconda image

5.streamlit run streamlit_app.py

image

6 keeps runing a long time

image

Final: I noticed that your project uses Apache 2.20. Do I also need to deploy Apache on my computer to use it? Thank you very much for your response. I actually didn't expect to get a reply. I didn't think that someone as outstanding as you would be so kind. Thank you very much.

SubramanyamChalla24 commented 2 weeks ago

hey @pdsu-zjl , you need not change the path in 1st and 2nd images.

pdsu-zjl commented 1 week ago

@SubramanyamChalla24 Okay, now i run it successfully. Thank you. And then, i find that you may be haunted by a question:

image

I share how i do it for your help. First, create a file name Processed in data file,like this

image

And then copy JobDescription and Resume into Processed file

image

Last,run_first.py. I hope this can help you.