Skip to content

Travis-Barton/resume-parser

Repository files navigation

AIM Resume Parser

This app translate resumes from DOCX and PDF into a specific DOC format.

Getting Started

To use this you need to install the following dependencies:

pip install -r requirements.txt

You will also need an API key from OpenAI.

To run this code, simply run the following command:

streamlit run main.py

To recreate the vectorstore that powers the dynamic multi-shot prompting you will need to run the file index_resumes.py

python index_resumes.py

Built With

All tests can be found in the tests folder.

todo list

  • Add names
  • remove guesswork on skills
  • Add upvote/downvote feature
  • Add save feature to S3
  • Add paste feature
  • Add logins
  • [ ] Connect to Job Board nixed for security concerns

Fine-tuning metrics

  • give instructions to only add contract label if it is a contract job
  • translate each document into every file type and add to the training data (docx, pdf, txt)

About

for parsing resumes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages