Resume-Matcher
Resume-Matcher copied to clipboard
Resume Matcher is an open source, free tool to improve your resume. It works by using AI, Reader LLMs, to compare and rank resumes with job descriptions.
When I am passing my document in this function def get_cleaned_words(document): for i in range(len(document)): raw = Cleaner(document[i][1]) document[i].append(" ".join(raw[0])) document[i].append(" ".join(raw[1])) document[i].append(" ".join(raw[2])) sentence = do_tfidf(document[i][3].split(" ")) document[i].append(sentence) return...
Hello @srbhr live version example can you help me in sleep mode right now?
Hi All! I need help testing the Resume Matcher in different environments to understand where people face problems and difficulty following steps. We have already laid out precise steps in...
Bumps [idna](https://github.com/kjd/idna) from 3.4 to 3.7. Release notes Sourced from idna's releases. v3.7 What's Changed Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time...
Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.2.0 to 10.3.0. Release notes Sourced from pillow's releases. 10.3.0 https://pillow.readthedocs.io/en/stable/releasenotes/10.3.0.html Changes CVE-2024-28219: Use strncpy to avoid buffer overflow #7928 [@hugovk] Use functools.lru_cache for hopper() #7912 [@hugovk]...
I am not able to see the experience and matching score in the json output or in the streamlit server
When I am running the code, it generates the JSON file for both JD and Resumes, But I am not able to see the %match of JD and Resume and...
**Describe the bug** When attempting to install dependencies using `pip`, the following error occurs: ``` INFO: pip is looking at multiple versions of fastapi to determine which version is compatible...
## Issue Title Ability to upload resume and job description at runtime ## Type - [ ] Big - [x] Feature Request - [ ] Info - [ ] Bug...
**Describe the bug** I get the [Error: connect ECONNREFUSED 127.0.0.1:8000](https://github.com/srbhr/Resume-Matcher/blob/main/webapp/README.md#error-connect-econnrefused-1270018000) error when I try to run `npm run dev`, so I tried to run `npm run fastapi-dev` in another terminal....