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

In local after running python run_first.py resumes and job description are not being processed into json.. #187

Closed karthikeyakumar closed 8 months ago

karthikeyakumar commented 9 months ago

have resumes in data folder and run run_first.py python run_first.py below are logs for the above command

2023-10-03 18:34:05,089 (run_first.py:31) - INFO: Started to read from Data/Resumes
2023-10-03 18:34:05,089 (run_first.py:28) - INFO: Deleted old files from Data/Processed/Resumes
2023-10-03 18:34:05,089 (run_first.py:38) - INFO: Reading from Data/Resumes is now complete.
2023-10-03 18:34:05,089 (run_first.py:48) - INFO: Started parsing the resumes.
2023-10-03 18:34:09,600 (core.py:64) - INFO: loaded 'en_core_web_md' spaCy language pipeline
^[[15~^[[15~^[[15~^[[15~An error occurred: module 'networkx' has no attribute 'pagerank_scipy'
2023-10-03 18:36:03,071 (run_first.py:52) - INFO: Parsing of the resumes is now complete.
2023-10-03 18:36:03,072 (run_first.py:54) - INFO: Started to read from Data/JobDescription
2023-10-03 18:36:03,072 (run_first.py:28) - INFO: Deleted old files from Data/Processed/JobDescription
2023-10-03 18:36:03,072 (run_first.py:61) - INFO: Reading from Data/JobDescription is now complete.
2023-10-03 18:36:03,072 (run_first.py:72) - INFO: Started parsing the Job Descriptions.
An error occurred: module 'networkx' has no attribute 'pagerank_scipy'
2023-10-03 18:36:03,763 (run_first.py:76) - INFO: Parsing of the Job Descriptions is now complete.
2023-10-03 18:36:03,763 (run_first.py:77) - INFO: Success now run `streamlit run streamlit_second.py`
imhalcyon commented 9 months ago

Hello @karthikeyakumar, please check if this is related to: https://github.com/srbhr/Resume-Matcher/issues/121

Devasy23 commented 8 months ago

Please close the issue if the problem is resolved.

You can refer to #121

srbhr commented 8 months ago

BTW we can try the en_core_web_lg and trf as well now.