Skip to content

Commit

Permalink
Merge pull request #435 from kahst/readme-update
Browse files Browse the repository at this point in the history
Update README.adoc
  • Loading branch information
max-mauermann authored Sep 2, 2024
2 parents 5b7ec20 + e71b467 commit 1f393d3
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@ image:{reddit-badge}[Subreddit subscribers, link="https://reddit.com/r/BirdNET_A
This repo contains BirdNET models and scripts for processing large amounts of audio data or single audio files.
This is the most advanced version of BirdNET for acoustic analyses and we will keep this repository up-to-date with new models and improved interfaces to enable scientists with no CS background to run the analysis.

https://github.com/kahst/BirdNET-Analyzer/releases/download/v1.2.0/BirdNET-Analyzer-GUI-1.2.0-win.exe[*Click here to download the Windows installer*] and follow the https://github.com/kahst/BirdNET-Analyzer#setup-windows[setup instructions].
https://github.com/kahst/BirdNET-Analyzer/releases/download/v1.3.0/BirdNET-Analyzer-1.3.0-win.exe[*Click here to download the Windows installer*] and follow the https://github.com/kahst/BirdNET-Analyzer#setup-windows[setup instructions].

https://github.com/kahst/BirdNET-Analyzer/releases/download/v1.3.0/BirdNET-Analyzer-1.3.0-mac.pkg[*Click here to download the macOS package*].

https://tuc.cloud/index.php/s/2TX59Qda2X92Ppr/download/BirdNET_GLOBAL_6K_V2.4_Model_Raven.zip[*Download the newest Raven model here*] and follow the https://github.com/kahst/BirdNET-Analyzer#setup-raven-pro[setup instructions].

Expand Down Expand Up @@ -342,9 +344,9 @@ cd BirdNET-Analyzer

Before you attempt to setup BirdNET-Analyzer on your Windows machine, please consider downloading our fully-packaged version that does not require you to install any additional packages and can be run "as-is".

You can download this version here: https://github.com/kahst/BirdNET-Analyzer/releases/download/v1.2.0/BirdNET-Analyzer-GUI-1.2.0-win.exe[BirdNET-Analyzer Windows]
You can download this version here: https://github.com/kahst/BirdNET-Analyzer/releases/download/v1.3.0/BirdNET-Analyzer-1.3.0-win.exe[BirdNET-Analyzer Windows]

. Download the https://github.com/kahst/BirdNET-Analyzer/releases/download/v1.2.0/BirdNET-Analyzer-GUI-1.2.0-win.exe[*BirdNET-Analyzer-setup.exe*] file
. Download the https://github.com/kahst/BirdNET-Analyzer/releases/download/v1.3.0/BirdNET-Analyzer-1.3.0-win.exe[*BirdNET-Analyzer-setup.exe*] file
. Before installing, make sure to right-click the exe-file, select "Properties" and check the box "Unblock" under "Security" at the bottom of the "General" tab.
** If Windows does not display this option, the file can be unblocked with the PowerShell 7 command `Unblock-File -Path .\BirdNET-Analyzer.zip`
. During installation, you may see a warning *"Windows protected your PC"* due to the lack of a digital signature. Simply select "More info" and then "Run anyway" to proceed with the installation.
Expand Down Expand Up @@ -405,6 +407,8 @@ With proper extensions installed (View -> Extensions -> Python) you will be able
NOTE: Installation was only tested on M1 and M2 chips.
Feedback on older Intel CPUs or newer M3 chips is welcome!



==== Requirements

You need to install the Xcode command-line tools:
Expand Down

0 comments on commit 1f393d3

Please sign in to comment.