Resume Matcher Versions Save

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.

v0.1.1-alpha

7 months ago

What's Changed

Fixed

  • Cohere and Qdrant URL API keys issue.
  • Added a Webapp in next js and FastAPI.
  • Minor bug fixes.

New Contributors

Full Changelog: https://github.com/srbhr/Resume-Matcher/compare/v0.1.0-alpha.1...v0.1.1-alpha

v0.1.0-alpha.1

8 months ago

Releasing v0.1.0-alpha.1 First Alpha Release

Thanks a lot for the development of this project. I'm glad that we're getting lots of new users and contributors. There are a lot of things coming to this project. A full-fledged UI and React Dashboard.

We're able to do:

  1. Parse Resumes Successfully.
  2. Perform Semantic Similarity.
  3. Integrated Cohere and Qdrant with Resume Matcher.
  4. Improvements to the code done to parse only if a single resume is available.

What's Changed

New Contributors

Full Changelog: https://github.com/srbhr/Resume-Matcher/commits/v0.1.0-alpha.1