diff --git a/README.md b/README.md index 7326e084..80b0c63b 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,14 @@ This repo is currently under development. -# BirdNET-Electron +# Chirpity-Electron -Electron app for sound file analysis with BirdNET. +Electron app for sound file analysis with Chirpity. -Author: Stefan Kahl +Author: Matthew Kirkland -Contact: stefan.kahl@cs.tu-chemnitz.de -Website: https://birdnet.cornell.edu/ -Please cite as (PDF coming soon): +Credit to Stephan Kahl: ``` @phdthesis{kahl2019identifying, @@ -26,8 +24,8 @@ Please cite as (PDF coming soon): First, clone the project and install all dependencies: ``` -git clone https://github.com/kahst/BirdNET-Electron.git -cd BirdNET-Electron +git clone https://github.com/kahst/Chirpity-Electron.git +cd Chirpity-Electron npm install ``` @@ -55,7 +53,7 @@ Now, we need to install electron with: npm install --save-dev electron ``` -BirdNET requires Tensorflow.js which we install with: +Chirpity requires Tensorflow.js which we install with: ``` npm install @tensorflow/tfjs @@ -74,7 +72,6 @@ This app also needs some additional packages that we have to install. ``` npm install audio-loader npm install audio-resampler -npm install array-normalize npm install colormap ``` @@ -89,7 +86,7 @@ We can now add the export script in the package.json: ``` "scripts": { "start": "electron .", - "export": "electron-packager . --out dist --overwrite" + "export": "electron-packager . --out packages --overwrite" } ``` diff --git a/css/style.css b/css/style.css index 326e01a1..fa0d2e0e 100644 --- a/css/style.css +++ b/css/style.css @@ -1,6 +1,6 @@ html, body { height: 100%; - padding-top: 28px; + padding-top: 20px; padding-bottom: 18px; background-color: #f8f9fa; overflow: hidden; diff --git a/example/Blue-headed-Vireo-BirdNET-Test.wav b/example/Blue-headed-Vireo-BirdNET-Test.wav deleted file mode 100644 index 7b81f238..00000000 Binary files a/example/Blue-headed-Vireo-BirdNET-Test.wav and /dev/null differ diff --git a/example/Song_Sparrow.mp3 b/example/Song_Sparrow.mp3 deleted file mode 100644 index b4026e21..00000000 Binary files a/example/Song_Sparrow.mp3 and /dev/null differ diff --git a/example/Soundscape.wav b/example/Soundscape.wav deleted file mode 100644 index d6b3355a..00000000 Binary files a/example/Soundscape.wav and /dev/null differ diff --git a/example/White-crowned_Sparrow.mp3 b/example/White-crowned_Sparrow.mp3 deleted file mode 100644 index a2b6120d..00000000 Binary files a/example/White-crowned_Sparrow.mp3 and /dev/null differ diff --git a/img/icon/icon.png b/img/icon/icon.png index 235eb1ae..a3a861e9 100644 Binary files a/img/icon/icon.png and b/img/icon/icon.png differ diff --git a/index.html b/index.html index 64e3994d..f82ee070 100644 --- a/index.html +++ b/index.html @@ -1,82 +1,89 @@
- - - - - - - - - - - - - - - - - - - - - - - - - -Load an audio file for analysis by clickingon File > Open audio file in the top menu.
-Load an audio file for analysis by + clickingon File > Open audio file in the top menu.
+# | -Timestamp | -Common name | -Scientific name | -Confidence | -
---|
# | +Timestamp | +Common name | +Scientific name | +Confidence | +
---|