docs: update README with project scope and user stories
This commit is contained in:
parent
6cd0e0ba0f
commit
4d9af1d25c
1 changed files with 12 additions and 5 deletions
17
README.md
17
README.md
|
|
@ -1,7 +1,14 @@
|
|||
# Semillero 2 - AI ATS
|
||||
# AI Recruitment Platform (ATS)
|
||||
|
||||
This repository contains the AI ATS project.
|
||||
## Project Description
|
||||
A modern ATS platform designed to parse PDF CVs using multimodal AI, rank candidates against job vacancies using semantic vector search, and orchestrate automated recruitment stages via an external n8n hub.
|
||||
|
||||
## Remote Sync Details
|
||||
- **Fetch:** Private Git server (`git.gaboggamer.online`)
|
||||
- **Push:** Private Git server and GitHub (`github.com`)
|
||||
## Core User Stories
|
||||
- **Recruiter - CV Upload:** As a recruiter, I want to upload CVs in PDF format so they can be evaluated automatically.
|
||||
- **Recruiter - Vacancy Ranking:** As a recruiter, I want a ranking of candidates per job vacancy.
|
||||
- **Recruiter - Seniority Detection:** As a recruiter, I want the system to detect seniority to adjust interviews.
|
||||
- **Recruiter - Profile Summary:** As a recruiter, I want a concise AI summary of the profile for quick review.
|
||||
- **Hiring Manager - Comparative Scoring:** As a hiring manager, I want a comparative score between candidates.
|
||||
- **Recruiter - Stage Automation:** As a recruiter, I want candidates to move through recruitment stages automatically.
|
||||
- **Candidate - Automated Emails:** As a candidate, I want to receive automated email confirmations for every stage change.
|
||||
- **Talent Team - Vacancy Metrics:** As a talent team, we want metrics on the progress per vacancy.
|
||||
|
|
|
|||
Loading…
Reference in a new issue