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

Added Annotated Text and Resume Parsing Functionality #209

Closed Devasy23 closed 8 months ago

Devasy23 commented 8 months ago

Pull Request Title

Added Annotated Text and Resume Parsing Functionality

Related Issue

None

Description

This pull request introduces several key changes to the application. The changes made include:

However, it's important to note that I'm encountering a couple of issues:

  1. The application crashes frequently, specifically from backend port 8000, especially when there are changes in the backend code.
  2. I have also made modifications to the implementation of the annotated text library.

Screenshots demonstrating these changes will be attached to the pull request.

Type

Proposed Changes

Screenshots / Code Snippets (if applicable)

Screenshots will be provided with the pull request.

How to Test

To test the changes in this pull request, follow these steps:

  1. Clone this branch.
  2. Run the application.
  3. Check the functionality related to annotated text, keyword extraction, and resume parsing.
  4. Pay attention to any crashes occurring from backend port 8000, especially after making changes to the backend code.

Checklist

Additional Information

Feel free to provide any additional information

https://github.com/srbhr/Resume-Matcher/assets/110348311/9ced5232-758c-4ed0-a0fc-84864aab310d

about the pull request, especially regarding the issues encountered and the changes made to the annotated text library implementation.

Devasy23 commented 8 months ago

@srbhr Now the star-graph is also working.... image

https://github.com/srbhr/Resume-Matcher/assets/110348311/e8ef847e-240e-4f85-8440-5b07cb5b9e84

srbhr commented 8 months ago

Really awesome work @Devasy23