Skip to content

Latest commit

 

History

History
69 lines (47 loc) · 1.24 KB

README.md

File metadata and controls

69 lines (47 loc) · 1.24 KB

BirdNET-Electron

Electron app for sound file analysis with BirdNET.

This repo is currently under development.

Author: Stefan Kahl

Contact: [email protected]

Website: https://birdnet.cornell.edu/

Please cite as (PDF coming soon):

@phdthesis{kahl2019identifying,
  title={{Identifying Birds by Sound: Large-scale Acoustic Event Recognition for Avian Activity Monitoring}},
  author={Kahl, Stefan},
  year={2019},
  school={Chemnitz University of Technology}
}

Application setup

First, clone the project and install all dependencies:

git clone https://github.com/kahst/BirdNET-Electron.git
cd BirdNET-Electron
npm install

Next, launch the app with:

npm start

Development setup

Setting up the project requires Node.js, which we need to install first.

After that, we can initialize the source directory with:

npm init

Follow the prompt to setup package.json.

Now, we need to install electron with:

npm install --save-dev electron

BirdNET requires Tensorflow.js which we install with:

npm install @tensorflow/tfjs

This app also need some additional packages that we have to install.

npm i audio-loader
npm i audio-resampler
npm i array-normalize