AiToS

An AI-assisted ATS-style resume analyzer with a web UI and CLI.

AiToS is a full-stack web app and CLI that scores resumes against job descriptions with local AI models via Ollama. It roughly mimics Applicant Tracking System (ATS) checks so job seekers can see how a resume might be parsed and ranked.

How It Started

AiToS started as a quick shell script to help a friend optimize his resume for job applications. Once it was clearly useful, I turned it into a small web app as a side project, dabbling in Node.js along the way despite not having used it much before.

Features

  • Upload and analyze resumes (PDF, DOCX) against job descriptions
  • ATS-style scoring: keyword match, parsing clarity, and formatting safety
  • Manage CVs, job descriptions, and analysis reports in a web interface
  • Standalone CLI tools for quick analysis and tailored CV generation
  • Bring your own AI models directly from the Web UI
  • Fully containerized application

References