Skip to contents

Starts an interactive Shiny application for manually validating BirdNET detections using audio clips and spectrograms.

Usage

birdnet_launch_validation()

Value

A shiny.appobj that runs the BirdNET audio validation platform in a web browser.

Details

This function launches a user-friendly Shiny app that allows you to:

  • Import a CSV file of BirdNET detections (selection table format),

  • Select the directory containing your .wav audio files,

  • View and validate each detection using spectrograms and audio playback,

  • Edit validation results interactively and save the updated table.

This tool is designed to support manual review of BirdNET results.

Examples

if (FALSE) { # \dontrun{
birdnet_launch_validation()
} # }