workflows.fit
Back to n8n workflows
n8n templateFreeBy Mark Shcherbakov

Cv screening with OpenAI

Video Guide I prepared a detailed guide that showed the whole process of building a resume analyzer. [![OPENAI 8.png](https://cflobdhpqwnoisuctsoc.supabase.co/storage/v1/object/public/mystorage/11.png)](https://youtu....

DevelopmentCore NodesExtract From FileHttp RequestManual TriggerSticky Note
Loading interactive preview...

Template notes

Video Guide

I prepared a detailed guide that showed the whole process of building a resume analyzer.

[![OPENAI 8.png](https://cflobdhpqwnoisuctsoc.supabase.co/storage/v1/object/public/mystorage/11.png)](https://youtu.be/TWuI3dOcn0E)

Who is this for? This workflow is ideal for recruitment agencies, HR professionals, and hiring managers looking to automate the initial screening of CVs. It is especially useful for organizations handling large volumes of applications and seeking to streamline their recruitment process.

What problem does this workflow solve? Manually screening resumes is time-consuming and prone to human error. This workflow automates the process, providing consistent and objective analysis of CVs against job descriptions. It helps filter out unsuitable candidates early, reducing workload and improving the overall efficiency of the recruitment process.

What this workflow does This workflow automates the resume screening process using OpenAI for analysis. It provides a matching score, a summary of candidate suitability, and key insights into why the candidate fits (or doesn’t fit) the job.

1. Retrieve Resume: The workflow downloads CVs from a direct link (e.g., Supabase storage or Dropbox). 2. Extract Data: Extracts text data from PDF or DOC files for analysis. 3. Analyze with OpenAI: Sends the extracted data and job description to OpenAI to: - Generate a matching score. - Summarize candidate strengths and weaknesses. - Provide actionable insights into their suitability for the job.

Setup