Skip to content

AchillesTurtle/BirdCLEF2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation


BirdCLEF 2023

Identify Bird Calls in Soundscapes

Overview & Files

This is a write-up of how I tackled the BirdCLEF2023 challenge on Kaggle, including methodology, failed attempts, and learnings.

All of the code files in this directory were ran in Kaggle and not meant to be run locally.

There is 3 folders included in this folder:

  • Identify_Duplicates
  • Speed_up_Audio_Processing
  • Experiments_and_Learnings

Identify_Duplicates

Description of the process of identifying duplicate audio samples to avoid data leakage in the train/validation splits.

Speed_up_Audio_Processing

Description of why and how can we speed up the audio processing speed on the CPU. This is because Kaggle provides free P100 but only gives us 2-cores CPU, causing a great CPU bottleneck on the preprocessing and data augmentation on audio data.

Experiments_and_Learnings

Description of the main methods that I tried, reasoning behind them, the results, and also notes on addressing some of the issues.


Usage

The code is written and ran on Kaggle, therefore not meant to be run locally.

About

Write up for methodology and learnings when tackling the Bird

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published