TalentScan AI is an intelligent automation system that processes resumes (CVs) automatically using AI. It extracts key information, analyzes candidate skills, and classifies profiles to streamline recruitment workflows.
Companies receive a large number of resumes, and manually reviewing them is:
- Time-consuming
- Inefficient
- Prone to human error
TalentScan AI automates the entire process:
- Upload CV (PDF)
- Extract text from the document
- Analyze content using AI
- Identify skills and experience
- Classify candidate level
- Store structured data in a database
- n8n β Workflow automation
- Groq API (LLM) β AI processing
- MongoDB β Data storage
- PDF Parser β Text extraction
- HTML + JavaScript β Frontend upload interface
{
"name": "Juan Perez",
"skills": ["Python", "JavaScript", "React"],
"experience_years": 5,
"level": "Senior",
"summary": "Backend developer with experience in APIs and modern frameworks"
}

