rayen03 / RecruitFlow

Resume ranking model

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RecruitFlow

RecruitFlow is a project designed to streamline the recruitment process for large companies by parsing through multiple CVs (resumes) and ranking them. The primary goal is to simplify and enhance the recruitment workflow, ensuring the identification and selection of top-notch candidates.

Dataset

The dataset used for this project can be found on Kaggle at the following link: Resume Dataset

Project Overview

The project leverages machine learning techniques, particularly the Doc2Vec model and cosine similarity, to assess the similarity between job descriptions and CVs. This approach allows for the efficient ranking of CVs based on their relevance to specific job positions.

Getting Started

Installation

To install the required dependencies run:

pip install -r requirements.txt

To test the app run:

streamlit run app.py

Screenshots

Screenshot 1

About

Resume ranking model


Languages

Language:Jupyter Notebook 98.4%Language:Python 1.6%