Coder Social home page Coder Social logo

ashpratap007 / resume-matcher Goto Github PK

View Code? Open in Web Editor NEW

This project forked from srbhr/resume-matcher

0.0 0.0 0.0 21.15 MB

Open Source Free ATS Tool to compare Resumes with Job Descriptions and create a score to rank them.

Home Page: https://www.resumematcher.fyi/

License: Apache License 2.0

Python 96.35% Jupyter Notebook 3.65%

resume-matcher's Introduction

Resume Matcher

Resume Matcher

AI Based Free & Open Source ATS, Resume Matcher to tailor your resume to a job description. Find the best keywords, and gain deep insights into your resume.


How does It work?

The Resume Matcher takes your resume and job descriptions as input, parses them using Python, and mimics the functionalities of an ATS, providing you with insights and suggestions to make your resume ATS-friendly.

The process is as follows:

  1. Parsing: The system uses Python to parse both your resume and the provided job description, just like an ATS would. Parsing is critical as it transforms your documents into a format the system can readily analyze.

  2. Keyword Extraction: The tool uses advanced machine learning algorithms to extract the most relevant keywords from the job description. These keywords represent the skills, qualifications, and experiences the employer seeks.

  3. Key Terms Extraction: Beyond keyword extraction, the tool uses textacy to identify the main key terms or themes in the job description. This step helps in understanding the broader context of what the resume is about.

  4. Vector Similarity Using Qdrant: The tool uses Qdrant, a highly efficient vector similarity search tool, to measure how closely your resume matches the job description. This process is done by representing your resume and job description as vectors in a high-dimensional space and calculating their cosine similarity. The more similar they are, the higher the likelihood that your resume will pass the ATS screening.

On top of that, there are various data visualizations that I've added to help you get started.

PRs Welcomed ๐Ÿค—

๐Ÿงช Please check the Landing Page. PRs are also welcomed over there.


Support the development by Donating

BuyMeACoffee

Sponsor on GitHub


How to install

  1. Clone the project.
  2. Create a python virtual environment.
  3. Activate the virtual environment.
  4. Do pip install -r requirements.txt to install all dependencies.
  5. Put your resumes in PDF Format in the Data/Resumes folder. (Delete the existing contents)
  6. Put your Job Descriptions in PDF Format in Data/JobDescription folder. (Delete the existing contents)
  7. Run python run_first.py this will parse all the resumes to JSON.
  8. Run streamlit run streamlit_app.py.

Note: For local versions don't run the streamlit_second.app it's for deploying to streamlit.

Note: The Vector Similarity Part is precomputed here. As sentence encoders require heavy GPU and Memory (RAM). I am working on a blog that will show how you can leverage that in a google colab environment for free.



Note ๐Ÿ“

Thanks for the support ๐Ÿ’™ this is an ongoing project that I want to build with open source community. There are many ways in which this tool can be upgraded. This includes (not limited to):

  • Create a better dashboard instead of Streamlit.
  • Add more features like upploading of resumes and parsing.
  • Add a docker image for easy usage.
  • Contribute to better parsing algorithm.
  • Contribute to on a blog to how to make this work.
  • Contribute to the landing page maybe re-create in React/Vue/etc.

resume-matcher's People

Contributors

srbhr avatar dependabot[bot] avatar himanshu007-creator avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.