Skip to main content

What You’ll Build

Voice-based patient triage is one of the highest-stakes healthcare AI applications. In this tutorial, you’ll set up evaluation for a voice agent that:
  • Triages patient symptoms to appropriate urgency levels
  • Detects clinical red flags that require immediate attention
  • Routes patients to the right care pathway
  • Provides appropriate self-care guidance when safe

Step 1: Prepare Voice Call Data

Voice agent evaluation requires both audio and transcripts. Akhara can process audio files directly or accept pre-transcribed conversations.
prepare_dataset.py

Upload Voice Call Samples

upload_samples.py

Step 2: Configure Voice-Specific Evaluators

voice_evaluators.py

Step 3: Run the Evaluation

run_evaluation.py

Step 4: Analyze Safety Metrics

safety_analysis.py

Step 5: Review Flagged Cases

Use the Akhara dashboard or API to review cases routed for human expert review.
Critical Case Review: Cases with missed red flags should be reviewed within the SLA (4 hours for critical). These represent potential patient safety issues that need immediate attention.

Step 6: Iterate and Improve

Production Monitoring

Once deployed, continue monitoring with production evaluations.