Skip to content

ishan739/ATSlyzer-Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

ATSlyzer (Backend)

Spring Boot backend for the ATSlyzer Android app. Accepts resumes and job roles, analyzes them using AI logic, and returns ATS-friendly feedback including score, keyword presence, grammar issues, and improvement suggestions.

βš™οΈ Features

  • πŸ” Resume parser with keyword extraction (Tika)
  • πŸ“ˆ ATS score generator
  • ✍️ Grammar and formatting feedback
  • 🎯 Smart suggestions for improvement
  • πŸ›‘οΈ CORS-configured for frontend access

πŸ”§ Tech Stack

  • Java + Spring Boot
  • Spring Web + Multipart handling
  • Gemini API
  • ModelMapper

πŸ“ Project Structure

controller β†’ Resume API endpoint
service β†’ Core logic for parsing and scoring
model β†’ DTOs and response wrappers
config β†’ CORS and bean configs

πŸ“« API Endpoint

POST /api/resume/upload

Request:

  • multipart/form-data
  • Fields:
    • file: PDF file
    • job_role: String

Response:

{
  "atsScore": 78,
  "foundKeywords": ["Java", "Spring Boot"],
  "missingKeywords": ["REST", "PostgreSQL"],
  "grammarIssues": ["Incomplete sentence in summary"],
  "suggestions": ["Add REST API experience"]
}

πŸ§ͺ Running Locally

git clone https://github.com/ishan739/ATSlyzer-Backend
cd ATSlyzer-Backend
./mvnw spring-boot:run

Made with ⚑ by @ishan739

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors