Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.18 KB

README.md

File metadata and controls

45 lines (32 loc) · 1.18 KB

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)