medyll
Profile
← all projects

jobber

Local resume tailor: Ollama rewrite, ATS PDF, Playwright autofill

jobber matches a resume against a job description, rewrites the relevant sections locally via Ollama, renders an ATS-friendly PDF, and fills the application form with Playwright — no cloud, no subscription.

Where it sits


flowchart TD
  P["idea / needs"] --> S["jobber"]
  S --> A["Ollama: local resume rewrite"]
  S --> B["ATS-friendly PDF output"]
  S --> C["Playwright autofill"]

Overview


Local-first tool that matches your resume to a job description, rewrites targeted sections with Ollama, generates ATS-friendly PDFs, and auto-fills job applications via Playwright. No cloud, no subscription, no data sent externally.

Highlights


  • · Fully local: no cloud, no API key
  • · Resume + job-URL pipeline
  • · ATS PDF + Playwright autofill
Python
View source →