-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathbirdnet-go.xml
More file actions
47 lines (47 loc) · 3.28 KB
/
birdnet-go.xml
File metadata and controls
47 lines (47 loc) · 3.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<?xml version="1.0"?>
<Container version="2">
<Name>birdnet-go</Name>
<Repository>ghcr.io/tphakala/birdnet-go:nightly</Repository>
<Registry>https://github.com/tphakala/birdnet-go/pkgs/container/birdnet-go</Registry>
<Network>bridge</Network>
<MyIP/>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/192999-support-devzwf-birdnet-go/</Support>
<Project>https://github.com/tphakala/birdnet-go</Project>
<Overview>BirdNET-Go is an AI solution for continuous avian monitoring and identification

24/7 realtime bird song analysis of soundcard capture, analysis output to log file, SQLite or MySQL
Utilizes BirdNET AI model trained with more than 6500 bird species
Local processing, Internet connectivity not required
Easy to use Web user interface for data visualisation
Supports over 40 languages for species names
Advanced features like Deep Detection for improved accuracy and Live Audio Streaming.
BirdWeather.com API integration
Realtime log file output can be used as overlay in OBS for bird feeder streams etc.
Minimal runtime dependencies, BirdNET Tensorflow Lite model is embedded in compiled binary
Provides endpoint for Prometheus data scraping
Runs on Windows, Linux and macOS
Low resource usage, works on Raspberry Pi 3 and equivalent 64-bit single board computers
</Overview>
<Category>AI:</Category>
<WebUI>http://[IP]:[PORT:8080]</WebUI>
<TemplateURL/>
<Icon>https://raw.githubusercontent.com/devzwf/unraid-docker-templates/main/images/birdnet-go-logo.png</Icon>
<ExtraParams>--add-host="host.docker.internal:host-gateway"</ExtraParams>
<PostArgs/>
<CPUset/>
<DateInstalled>1755885580</DateInstalled>
<DonateText>Don't donate to me! Instead, please donate the creators of the apps, but if you insist </DonateText>
<DonateLink>https://ko-fi.com/devzwf</DonateLink>
<Requires/>
<Config Name="Config Dir" Target="/config" Default="" Mode="rw" Description="Config Directory" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/birdnet-go/config</Config>
<Config Name="Data Directory" Target="/data" Default="" Mode="rw" Description="Data Directory" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/birdnet-go/data</Config>
<Config Name="BIRDNET UID" Target="BIRDNET_UID" Default="99" Mode="" Description="Runs the container process with your host user's ID for correct file permissions." Type="Variable" Display="advanced" Required="true" Mask="false">99</Config>
<Config Name="BIRDNET GID" Target="BIRDNET_GID" Default="100" Mode="" Description="Runs the container process with your host user's group ID." Type="Variable" Display="advanced" Required="true" Mask="false">100</Config>
<Config Name="Time zone" Target="TZ" Default="" Mode="" Description="Sets the timezone inside the container. See Wikipedia list." Type="Variable" Display="always" Required="false" Mask="false">America/Toronto</Config>
<Config Name="WebUI" Target="8080" Default="8080" Mode="tcp" Description="The port on which the application will run." Type="Port" Display="always" Required="true" Mask="false">8080</Config>
<Changes>### 2025.08.22
- Initial Release</Changes>
<TailscaleStateDir/>
</Container>