You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Arden is a real-time AI copilot for psychiatric assessment that combines continuous video analysis with voice AI to surface diagnostic signals during clinical interviews. Built entirely during NexHacks (January 17-18, 2026).
What It Does
Video Analysis: Extracts 28 biometric measurements in real-time (eye contact, gaze stability, facial tension, posture, breathing patterns, distress signals)
Voice AI: Conducts empathetic psychiatric interviews with real-time transcription and crisis keyword detection
Multimodal Fusion: Combines visual and audio signals to adapt AI responses based on observed patient state
Clinical Dashboard: Live biometric timeline, differential diagnosis suggestions, and crisis alerts with recommended actions
Session Reports: AI-generated clinical documentation with DSM-5 codes and treatment recommendations
Quick Start
Prerequisites
Node.js 18+
Python 3.11+ (for LiveKit agent)
API keys for: Supabase, LiveKit, Overshoot, Gemini
Installation
# Install frontend dependencies
npm install
# Copy environment template for frontend
cp .env.example .env
# Edit .env with your API keys (see SETUP.md)# Run development server
npm run dev