Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 724 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 724 Bytes

Resume Checker

Tests

Tool that analyzes technical resumes and generates human readable feedback.

Features

  1. Phone number with the correct area code
  2. Bullet words and analytics in the sentences
  3. Experience/Projects sorted by date
  4. Words that appear in an excessive amount

Setup

# Install dependencies
pipenv install --dev

# Setup pre-commit and pre-push hooks
pipenv run pre-commit install -t pre-commit
pipenv run pre-commit install -t pre-push
pipenv run python -m spacy download en_core_web_sm

Usage

# Run the main script to analyze the resume
pipenv run python -m resume_checker "resume.pdf"