This project is an AI-powered resume screening solution built with Flutter and n8n. Recruiters upload multiple PDF resumes, the app extracts candidate information (name, email, skills, experience), and sends the data to an n8n webhook. n8n then calls an AI model (via Groq API), scores candidates, and returns structured results.
From your workflow image, the automation flow is: Webhook -> JavaScript -> HTTP Request (Groq) -> JavaScript -> Respond to Webhook -> If -> Gmail.
Rule implemented: if candidate score is greater than 80, the candidate is directly forwarded via email.
AI Resume Screening System