Inspiration

Throughout the summer I have been spent lots of time looking for jobs and internships. With how competitive the job market is currently it is important to make sure that the resume you submit to a opening is accurately tailored to the posted job description. However, doing this for tens or even possibly hundreds of listing can be an incredibly tedious and time consuming task. To solve this issue I have created an AI powered resume tool that can automate this for you.

What it does

Input your name, the job description, and some personal info to be put on your resume and then voila. It will return a fully fleshed out new resume that accurately matches the job description.

How I built it

This was built using a react js frontend with a node js backend server and uses Google's Gemini API. The resume is then generated using latex.

Setup

git clone https://github.com/Ten-Hay/AiResumeBuilder

Make sure your have latex and node installed!

Frontend setup

cd ai-resume-builder-frontend
npm init

Backend setup

cd ai-resume-builder-frontend
npm init
npm install @google/genai

Create an .env file with your google gemini API Key

GEMINI_API_KEY = "YOUR GEMINI API KEY"
Share this project:

Updates