Skip to content

petermekhaeil/cvai.app

Repository files navigation

📝 cvAI

AI-powered resume and cover letter builder.

cvai-app-demo.mp4

Visit: www.cvai.app

How it works

This site uses OpenAI’s new GPT-4 with Vision model. It first converts the PDF to an image, constructs a prompt based on the resume and the job description, sends it to GPT-4 API, then streams the response back to the application.

Running Locally

After cloning the repo, go to OpenAI to make an account and put your API key in a file called .env.local.

OPENAI_API_KEY=

Use pnpm to install the dependencies and run the application.

pnpm install
pnpm run dev