Sign inSign up

bengt/birdnet-annotator

By bengt

Updated almost 3 years ago

BirdNET-Annotator is a tool for AI-assisted labelling of bird audio datasets.

Image
0

5.9K

bengt/birdnet-annotator repository overview

Windows

First, install the Windows Subsystem for Linux 2 (WSL2):

  • Start a PowerShell as administrator:

    • Press the Windows key + X.
    • Select PowerShell (Admin)
      or Command Prompt (Admin).
  • In said PowerShell, install WSL2 by running the following command:

    wsl --install
    
  • Reboot.

Then, install Docker Desktop:

  • Download Docker Desktop for Windows from hub.docker.com.
  • Execute the installer, selecting Use WSL 2 instead of Hyper-V.
  • Reboot.

Finally, start Docker Desktop:

  • Press the Windows key and type Docker Desktop.
  • Accept the license, as this is a non-commercial open-source project.
  • Click Continue without signing in.
  • Press the Windows key and type PowerShell and start it.
  • In said PowerShell, download the backend by running:
docker pull bengt/birdnet-annotator:latest
  • ... and start the backend by running:
docker run --publish=127.0.0.1:7860:7860 bengt/birdnet-annotator:latest

Tag summary

Content type

Image

Digest

sha256:4fcb8b8da

Size

1.7 GB

Last updated

almost 3 years ago

docker pull bengt/birdnet-annotator