Bird Song Identifier
Your task is to go through each of the bird audio files in the data folder and identify which species of bird matches the audio. There is a file in the data folder called bird_species.yaml that gives descriptions of what each species of bird sounds like. The output should be a csv file called species_mapping.csv with rows that map each bird audio file to the species name (e.g. bird1.mp3,Bird Species Name) matching the species name found in the bird_species.yaml file. Note that more than one audio file may belong to a single bird.
Restrictions:
- Don't use existing bird analyzer libraries like birdnetlib