Back to Templates
See llms.txt for all machine-readable content.
This workflow acts as the backend "brain" for a sophisticated AI Voice Interviewer. It receives a user's resume text and a target job description, then uses a Large Language Model (LLM) to conduct a realistic, voice-based interview. The workflow maintains conversation history to ask relevant follow-up questions, creating a dynamic and personalized interview practice experience.
This template is designed to work with a simple HTML frontend that handles the voice-to-text and text-to-speech functionality.
You will need one credential:
This workflow is the backend and requires a frontend to interact with.
voice-interview.html page as instructed in the GitHub repository's README.md file.