Skip to content

msaichaitanya735/AI_RA

Repository files navigation

AI_RA – AI Resume Automation + Job Tracker 🚀

Intelligent automation for resume generation, job tracking, and application follow-ups.


📌 Overview

AI_RA is a next-generation AI-powered tool that automates the end-to-end job application experience. It not only generates tailored resumes and cover letters using GPT and LaTeX, but also acts as a smart job tracker—helping you stay organized, proactive, and ahead of the game.

Built using Google Sheets, Apps Script, n8n, and OpenAI, it empowers job seekers to save time and increase their chances of landing interviews.

⚠️ LaTeX PDF generation is currently manual; full automation and web app interface coming soon.


🧠 Features

  • 📥 Auto-triggered on editing Google Sheet entries
  • 🤖 Uses GPT-4 (via OpenRouter or OpenAI) to extract keywords and generate resume + cover letter
  • 📄 Generates LaTeX-compatible content for ATS-ready PDFs
  • 📤 Manual PDF generation via Overleaf (automated step in progress)
  • 🗃️ Built-in Job Tracker: Tracks company, job title, status, application links, and follow-up schedule
  • 🕒 Automated resume generation in under 30 seconds

🛠️ Tech Stack

Layer Technology
Input/Trigger Google Sheets + Google Apps Script
AI Engine OpenAI GPT / OpenRouter
Automation n8n (self-hosted via Docker)
Formatting Regex + JavaScript
Document Output LaTeX
PDF Generation Overleaf (manual, to be automated)
Tracker Function Spreadsheet-based tracker (web app coming soon)

PIPELINE ARCHITECTURE:

Webhook → LLM1 (Parse) → Quality Gate → LLM2 (Extract Keywords) → Quality Gate → LLM6 (Section 1) → LLM7 (Section 2) → LLM8 (Section 3) → Quality Gate → LLM9 (Synthesis) → LLM10 (Final Polish) → Code (Format) → Output

Each stage has:

  • Conditional quality validation
  • Automatic retry with wait logic
  • State persistence to Google Sheets
  • Fallback routing on failure

🗂️ Folder Structure

AI_RA/
├── README.md
├── LICENSE
├── script.gs
├── resume_template.tex
├── n8n_workflow.json
├── usage_instructions.md
├── images/
│   └── architecture-diagram.png
│   └── n8n_CoverLetterBuilder
│   └── n8n_ResumeBuilder

🧩 Architecture Diagram

Architecture Diagram

Google Sheets → Apps Script → Webhook → n8n (Docker) → GPT → Regex → LaTeX → Overleaf (manual PDF) → Google Drive (planned)

🚀 Upcoming Web App Features (v2.0)

We are actively transforming AI_RA into a full-stack web platform with:

  • 🗃️ Centralized job application dashboard
  • 📄 AI-generated resume & cover letter engine
  • 🔔 Smart follow-up reminder system
  • ☁️ Login & cloud-based data access
  • 🧾 PDF resume export via automated LaTeX

More details in future_automation.md


👤 Created By

SaiChaitanya Muthyala
🌐 www.saichaitanyamuthyala.com
🔗 LinkedIn | GitHub


📄 License

This project is licensed under the MIT License

About

AI Resume Automation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors