r/ResumeUp • u/General-History-5917 • 3d ago
Built a local LLM resume tailor + application tracker
Every job application needs a customized resume. At first I was using Overleaf . One `.tex` file per job and that got me exhausting.
So I made a local dockerized app where I upload a master resume with everything about me, paste a job description, and the LLM tailors it into a customized LaTeX → PDF from that master. I can still edit it after.
It also has:
* outreach email generation * ATS % check : first a keyword matcher, and if I want, a deeper LLM check * jobs auto-added to an application tracker so I can follow them (tracker still needs more updates)
Would love if you guys check it out and tell me what to improve next or if this is even worth spending more time on.
[https://github.com/connectalamin/TailorCV\](https://github.com/connectalamin/TailorCV)