Skip to content

AIEMMU/BirdSong

Repository files navigation

# Automatic classification of bird calls within audio files
This repository contains training and evaluation scripts of a deep learning model for detecting and classifying bird calls from Audio files.

## Dependencies
Before running the python scripts and jupyter notebook, you need install its dependecies, which relies on Pytorch, FastAi, and PyDicom.You can install the dependences from the command line using the following command: 

```
conda create -n 'env_name_here' python=3.7
conda activate 'env_name_here'
conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch
pip install -r requirements.txt
```
## Usage
To be updated

You can either run the jupyter notebooks or the scripts




About

BirdSong repository

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published