Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/khadkarajesh/lazyhr
- Owner: khadkarajesh
- Created: 2022-02-19T19:37:36.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-20T14:04:19.000Z (almost 3 years ago)
- Last Synced: 2024-11-13T21:54:41.241Z (3 months ago)
- Topics: heroku, huggingface, huggingface-transformers, natural-language-processing, nlp, nlp-summarization, similarity-measures, streamlit, streamlit-webapp
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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)