Tool that analyzes technical resumes and generates human readable feedback.
- Phone number with the correct area code
- Bullet words and analytics in the sentences
- Experience/Projects sorted by date
- Words that appear in an excessive amount
# 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
# Run the main script to analyze the resume
pipenv run python -m resume_checker "resume.pdf"