ats-score-analyzer / README.md
Dev1012's picture
Initial deploy: ATS Score Analyzer API
536d156
metadata
title: Ats Score Analyzer
emoji: 🚀
colorFrom: purple
colorTo: indigo
sdk: docker
pinned: false
license: mit

ATS Score Analyzer

An explainable AI-based ATS-style resume scoring API.

Disclaimer

This tool provides an AI-based approximation of common resume screening patterns. It is not affiliated with or representative of any real Applicant Tracking System.

API

POST /ats-score

{
  "resume_text": "...",
  "job_description": "..."
}