You can download the dataset from: http://machine-listening.eecs.qmul.ac.uk/bird-audio-detection-challenge/
Folder Project contatins three scripts.py and one csv with the groundtruth values.
The two scripts named RNN_script.py and Simple_NN.py are suitable to be run in common laptops in python3.6 .
Script named RNN_Duranium.py is specified to import and train the neural network in super computer without visualization.
For further information cast an eye over the Report.pdf.
- Python3.6
- sys
- random
- numpy
- os
- librosa
- matplotlib
- tensorflow
- tqdm
To run the scripts you have to specify first the the path of the project and then the path of the folder containing the wav files. Please don't forget the quots. Follow the instructions of the interactive script.
For example if my Project is in my Desktop and the wavs are inside a wav folder under /Project/wav I run the script like this:
python RNN_script.py "/home/user/Desktop/Project" "/home/user/Desktop/Project/wav"
Enjoy >_