Resume Builder using ChatGPT

Motivation

Crafting a polished and concise resume is essential for job applications and interview success. The critical elements of resume construction include proper formatting and maintaining brevity and formality in content. While customizable templates address formatting concerns, content creation remains time-consuming, especially for students.

ChatGPT's capabilities surpass mere adequacy; OpenAI's tool significantly streamlines tasks, enhances efficiency, and ensures accuracy. To address this challenge, I've developed a resume builder utilizing GPT. This tool transforms informal data inputs into formal job descriptions, facilitating polished resume creation without requiring users to provide formalized descriptions.

Run Instructions

  • Requirements : Python
  • Install pdflatex (For Mac Users you can execute brew install --cask mactex
  • Create an OpenAI API Token
  • Replace the API Token in gpt_summary.py
  • Go to the desired folder and execute make run
  • After submitting, for checking the result, go to result/Resume.pdf
  • For further fine-tuning, edit resume/Resume.tex.
  • To export to pdf run pdflatex -interaction=nonstopmode result/Resume.tex

Results

UI

image

Resultant Resume

image

Referenes