My BirdNET-Go setup
A few people have asked me to document my DIY BirdNET setup. Here it is. The software stack I use is based on BirdNET-Go, which is a bird vocalization classifier and dashboard. Under the hood it uses BirdNET-Analyzer and the BirdNET 2.4 model. In broad strokes, BirdNET splits 48 kHz audio into three-second segments, converts them into log-mel spectrograms, and runs a convolutional neural network over those images to estimate species probabilities, with location and date used as extra context for filtering the results. ...