varadchoudhari / Resume-Matcher

A system for computing the most similar resume vectors given a query job vector. Built using an inverted index and BM25 retrieval model.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Resume-Matcher

A system to perform keyword search on CV/Resume and rank them by keyword matches

How to use

Copy all your resume PDFs in the /dependency/documents/ folder. Run the main.py and enter your search query.

About

A system for computing the most similar resume vectors given a query job vector. Built using an inverted index and BM25 retrieval model.

License:MIT License


Languages

Language:Python 100.0%