Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/khadkarajesh/lazyhr

Application compares the similarity of the resume with job description
https://github.com/khadkarajesh/lazyhr

heroku huggingface huggingface-transformers natural-language-processing nlp nlp-summarization similarity-measures streamlit streamlit-webapp

Last synced: 29 days ago
JSON representation

Application compares the similarity of the resume with job description

Awesome Lists containing this project

README

        

### LazyHR
Application utilizes the concept of NLP to compute the similarity between resume and job description. Hugging Face model are used to compute the similarity and summarization.

### Hugging Face Model
1. [Similarity Model](https://huggingface.co/sentence-transformers/multi-qa-MiniLM-L6-cos-v1)
2. [Summarization Model](https://huggingface.co/facebook/bart-large-cnn)