Spaces:
Runtime error
Runtime error
| 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 | |
| ```json | |
| { | |
| "resume_text": "...", | |
| "job_description": "..." | |
| } | |