πŸ‘₯ AI-powered CV filtering with Llama3.1 LLM, Google Drive & Sheets

⚑ 818 views Β· πŸ‘₯ HR & Recruitment

Description

This visual workflow represents an AI-powered automated CV filtering system created using tools like n8n, Google Drive, Google Sheets, and Ollama (LLM)

βš™οΈ Key Features

πŸ› οΈ How It Works

Trigger: Workflow is initiated via a Webhook (from a UI β€œStart Workflow” button).

CV Search: Searches for CV files in a designated Google Drive folder. Loop Over Files: Each file is downloaded. Text is extracted (from PDFs or other formats). Criteria Input: Matching rules are fetched from a predefined Google Sheet. Merge & Aggregate: Combines file text and criteria for unified processing.

LLM Processing: Text + criteria are sent to the Basic LLM Chain.

Utilizes Ollama Model for advanced language understanding.

Structured or auto-fixing output parsers enhance reliability.

Custom Code Execution: Optionally enriches or reformats the data.

Output: Results are appended to a shared Google Sheet (the output sheet).

πŸ”— Nodes Used

Google Sheets, Webhook, Google Drive, Basic LLM Chain, Ollama Model, Auto-fixing Output Parser

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup