A Proof-of-Concept demonstrating AI-powered preliminary job interviews in real-time using Google's Gemini Live API and Livekit for natural, conversational interactions.
This proof-of-concept shows how AI agents can conduct preliminary job interviews in real time—natural, conversational, and tailored to a specific role. A recruiter enters the candidate's name and a job description through a simple Next.js interface, which spins up a Python-based Livekit agent powered by Google's Gemini Live API. The agent greets the candidate, asks role-relevant questions one at a time, follows up on answers, and gracefully wraps up within a preset time limit—all with low-latency, back-and-forth voice. As AI prototyper and developer, Rohan integrated the Gemini Live realtime model, set up Livekit's real-time audio infrastructure, built the Python interview agent, and developed the Next.js frontend that launches each session.