https://github.com/aryan4codes/resume-shortlisting-tool
https://github.com/aryan4codes/resume-shortlisting-tool
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/aryan4codes/resume-shortlisting-tool
- Owner: aryan4codes
- Created: 2023-11-07T18:21:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-01T10:44:09.000Z (over 2 years ago)
- Last Synced: 2025-04-03T03:29:36.672Z (over 1 year ago)
- Language: Python
- Size: 227 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Security: security-engineer-resume-example.pdf
Awesome Lists containing this project
README
# Resume Screening Tool
Welcome to the Resume Screening Tool - a powerful utility to assist with the process of shortlisting resumes based on job descriptions and criteria. This tool leverages state-of-the-art NLP models and Pinecone vector storage to help HR professionals streamline their candidate selection process.

## Table of Contents
- [Introduction](#introduction)
- [Features](#features)
- [Getting Started](#getting-started)
- [Usage](#usage)
- [Configuration](#configuration)
- [Contributing](#contributing)
- [License](#license)
## Introduction
The Resume Screening Tool is designed to automate and simplify the resume shortlisting process. It uses natural language processing (NLP) to analyze resumes, match them with job descriptions, and provide relevant candidates. Pinecone is used as the vector storage to efficiently store and retrieve the document embeddings for quick and accurate similarity searches.
## Features
- Upload multiple resumes in PDF format.
- Paste the job description for which you want to screen resumes.
- Retrieve a specified number of top matching resumes based on the job description.
- Utilize SentenceTransformer for generating document embeddings.
- Seamlessly integrate with Pinecone for vector storage and similarity search.
- Get summaries of the top matching resumes for quick review.
## Getting Started
1. Clone the repository:
```bash
git clone https://github.com/yourusername/resume-screening-tool.git