Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/karimosman89/resume-screening

Screen resumes to identify the best candidates.Build a machine learning model that screens resumes and ranks candidates based on job descriptions.Streamline the hiring process for HR departments by automating candidate screening.
https://github.com/karimosman89/resume-screening

machine-learning-algorithms nlp-machine-learning nltk-python python scikit-learn spacy text-processing

Last synced: 20 days ago
JSON representation

Screen resumes to identify the best candidates.Build a machine learning model that screens resumes and ranks candidates based on job descriptions.Streamline the hiring process for HR departments by automating candidate screening.

Awesome Lists containing this project

README

        

# Automated Resume Screening
This project screens resumes to identify the best candidates.

## Overview
The system ranks resumes based on job descriptions.

## Dataset
- Synthetic or public resume datasets

## Setup
Install dependencies:

pip install -r requirements.txt

## Usage
- Run the resume parser:

`python src/resume_parser.py`

- Train the model:

`python src/model.py`