chatgptguru / Resume-Automation-using-ChatGPT

A Desktop Application for resume building which takes data needed for the resume and use ChatGPT API to make the the job description formal. The description input doesn't have to be formal.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Resume Builder using ChatGPT

Motivation

The most important part of applying for a job and getting an interview is having a very formal and concise resume. The important part of building a resume are

  • Proper Formatting
  • Keep the content short and formal

Now the problem of formatting is already been taken care of by using many customizable templates. The latter is very stressful and time consuming for students. To say the capabilities of ChatGPT are good is an understatment. OpenAI has built this amazing tool which can make our tasks easier and faster with reliable accuracy.

To solve this problem, I've built a resume builder which takes data needed for the resume and use GPT to make the the job description formal. The description input doesn't have to be formal.

Architecture

image

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

About

A Desktop Application for resume building which takes data needed for the resume and use ChatGPT API to make the the job description formal. The description input doesn't have to be formal.


Languages

Language:Python 73.6%Language:TeX 26.3%Language:Makefile 0.2%