Personalize resumes & cover letters with AI, GitHub Pages and Google Drive
π§ Automated Resume & Cover Letter Generator This project is an automation workflow that generates a personalized resume and cover letter for each job listing. --- π Features Automated Resume Crafting - Generates an ...
Template notes
π§ Automated Resume & Cover Letter Generator
This project is an automation workflow that generates a personalized resume and cover letter for each job listing.
---
π Features
Automated Resume Crafting - Generates an HTML resume from your data. - Hosts it live on GitHub Pages. - Converts it to PDF using Gotenberg and saves it to Google Drive.
Automated Cover Letter Generation - Uses an LLM to create a tailored cover letter for each job listing.
Simple Input Database Agent - Stores your experience in an n8n Data Table with the following fields: role, summary, task, skills, tools, industry. - The main agent pulls this data using RAG (Retrieval-Augmented Generation) to personalize the outputs.
One-Time GitHub Setup - Initializes a blank GitHub repository to host HTML files online, allowing Gotenberg to access and convert them.