Inspiration

I'm tired of changing my resume each time I apply for a different position, so I wish to use some code to help me automate the process.

What it does

User first add their experiences and projects as text files, then use GPT4All models, to select the best-suited experience and projects for the job title. It will automatically convert those text files into latex, and generate a new resume for you.

How we built it

I used privateGPT as the foundation, and GPT4All as the AI model. I also used the resume template by sb2nov for the resume itself.

Challenges I ran into

It's a challenge to set up the environment, I spent about 2 hours figuring out there are bugs in the package and I need to downgrade some of them.

Accomplishments that I'm proud of

It's my first hackathon, so I'm proud that I finished a project, and I just learned most of the stuff during this hackathon.

What I learned

How to set up the environment for AI models to run and more advanced latex syntax.

What's next for resumeGPT

I wish to allow users to input the whole job description, and let the AI modify each sentence to match the job description. But the models running locally are not powerful and stable enough to do so.

Built With

Share this project:

Updates