this post was submitted on 10 Aug 2026
46 points (63.7% liked)

Selfhosted

61333 readers
297 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

Birdnet-go is a real-time sound analyzer that detects bird species. It can take in audio from microphones. I set mine up to stream audio from my security cameras that I already had installed. There's even a Home Assistant App, if you're using it.

I live in a more suburban/semi-urban environment, but was really surprised to so many different bird species.

top 50 comments
sorted by: hot top controversial new old
[–] curbstickle_lw@lemmy.world 9 points 1 day ago* (last edited 1 day ago)

A quick general awareness comment:

A post about a project not by the original creator is not a promo post. A user will not necessarily know the details to provide a disclosure unless a project explicitly has on in their repo.

Requiring it on a project post like this ("Here's a cool thing I found!") is not doable.

That said, its clearly an AI project start to finish - the detection wouldn't really work without it. So I think [AIT] is appropriate here.

@chaospatterns@lemmy.world can you please add the [AIT] tag?

Edit: Thanks!

[–] call_me_xale@lemmy.zip 73 points 1 day ago (27 children)

Ditch the AI slop logo, please.

[–] Lettuceeatlettuce@lemmy.ml 1 points 50 minutes ago

Totally agree, I threw a quick filter on some public domain, actual human artwork, and cropped it square. Took me as long as it would have taken to generate that slop logo.

Here's the original source: Citation

For the love of anything even mildly good or wholesome...enough of the fucking AI slop images!

[–] terranoid@lemmy.cafe 51 points 1 day ago (1 children)

🔗 AI Logo

🔗 and probably everything else too

🔗 Including the readme

[–] BlackEco@lemmy.blackeco.com 45 points 1 day ago* (last edited 1 day ago)

and probably everything else too

*Takes a look at the first three folders*

  • .agents/skills
  • .claude/skills
  • .cursor/rules

Yep...

The maintainer of the project probably won't see it here, but that repo does appear to be fairly active, they've got thousands of merged PRs. If you contribute a better logo they might replace the AI one.

load more comments (24 replies)
[–] slurp@programming.dev 27 points 1 day ago (1 children)

There is also this similar software, which is a little clunky but not slop https://github.com/Nachtzuster/BirdNET-Pi

[–] sem@piefed.blahaj.zone 3 points 23 hours ago

For the benefit of others:

Review the license!!

You may not use BirdNET-Pi to develop a commercial product!!!!

BirdNET-Pi

A realtime acoustic bird classification system for the Raspberry Pi 5, 4B, 400, 3B+, and 0W2

Icon made by Freepik from www.flaticon.com

About this fork:

I've been building on mcguirepr89's most excellent work to further update and improve BirdNET-Pi. Maybe someone will find it useful.

[...]

Introduction

BirdNET-Pi is built on the BirdNET framework by @kahst using pre-built TFLite binaries by @PINTO0309 . It is able to recognize bird sounds from a USB microphone or sound card in realtime and share its data with the rest of the world.

Check out birds from around the world

Features

  • 24/7 recording and automatic identification of bird songs, chirps, and peeps using BirdNET machine learning
  • Automatic extraction and cataloguing of bird clips from full-length recordings
  • Tools to visualize your recorded bird data and analyze trends
  • Live audio stream and spectrogram
  • Automatic disk space management that periodically purges old audio files
  • BirdWeather integration -- you can request a BirdWeather ID from BirdNET-Pi's "Tools" > "Settings" page
  • Web interface access to all data and logs provided by Caddy
  • GoTTY and GoTTY x86 Web Terminal
  • Tiny File Manager
  • FTP server included
  • SQLite3 Database
  • Adminer database maintenance
  • phpSysInfo
  • Apprise Notifications supporting 90+ notification platforms
  • Localization supported
[–] fragrantvegetable@sopuli.xyz 6 points 1 day ago (1 children)

If you need something on the go I quite enjoy whoBIRD (available from F-Droid). Wonder if these use the same model.

[–] irmadlad@lemmy.world 1 points 1 day ago

I use both Song Sleuth and Smart Bird ID (iOS). Fairly decent. I wouldn't bet any significant bet on it's accuracy 100% of the time. I'm no birder, but it seems to work well enough for my purposes.

[–] 9488fcea02a9@sh.itjust.works 24 points 1 day ago (3 children)

How does this compare to merlin? I dont currently have any reason to distrust the cornell university department of ornithology.. but if they ever turn evil its good to know there's a backup

It is the same back end, but this one runs continuously on a server instwad of on your phone.

[–] Vandals_handle@lemmy.world 2 points 1 day ago

I'm afraid Merlin's addition of videos of automatically running when birds are detected is the beginning of enshitification. Phone charge no longer lasts a full field day with this additional drain on battery. Bird of the day, x number of people listening, I don't need of want any of this shit. Also dislike can no longer immediately cancel recording without saving, have to wait while application buffers or something before can exit without saving, for a long recording this can take more than 15 seconds. Pity, app is generally very helpful.

load more comments (1 replies)
[–] mhzawadi@lemmy.horwood.cloud 13 points 1 day ago* (last edited 1 day ago) (3 children)

OMG, birdnet-go is amazing. I had setup birdnet-pi, till an update to either docker or birdnet-pi broke it.

Now using birdnet-go and the stats are insane, this is just the last week

load more comments (3 replies)
[–] A_norny_mousse@piefed.zip 6 points 1 day ago* (last edited 15 hours ago) (7 children)

Let this post be the one to ask a question that's been bothering me (not a coder):

Multi-model local AI inference, runs 24/7 on a Raspberry Pi.

This and similar claims in other software suggest - to me - that the AI is running locally on the raspi, no need to exchange data with sites providing AI APIs or whatever.

I struggle to believe that this is possible, let alone on a raspi.

So, how "local" ar the AIs that help more and more software with various tasks?

Is "local AI" some sort of selling point that is often false or deliberately misleading? "Localwashing"?


edit: thanks for all the answers, this has been enlightening.

[–] Freeposity@lemmy.world 1 points 5 hours ago

I've been running birdnetpi on a raspberry pi 3 for years. It runs very well on this modest hardware. I also run birdnet-go in a docker container and use my reolink security cameras for the RSTP audio feed to that instance.

There are all sorts of AI/ML models available that can run on smaller hardware. But they are usually very specific and not general purpose, like the LLMs.

[–] curbstickle_lw@lemmy.world 2 points 1 day ago (1 children)

Audio processing by ai can absolutely happen on a pi.

As an example, whisper.cpp is a high performance speech recognition model, and it does a great job. The biggest version of it as a model requires less than 5GB to live fully in memory, the large model at about 1.5billion parameters, and it works great even CPU only.

The one used most often is small, which has about 244million parameters, and needs about a gig of ram and nothing more.

For a pi 5, usually the base or tiny model are used. Small could be used in most scenarios, but tiny and base are able to run real-time.

So it depends for how local - sometimes its all self contained and can do just fine on a pi, sometimes its local in that it needs an LLM endpoint to hit, but that can be running on another system entirely.

It would really depend on the project for how/where/why for a definition of local.

[–] A_norny_mousse@piefed.zip 1 points 15 hours ago (1 children)

Thanks.

I understand now that this software does not use one of the big general AI providers but a specialised model (for birds esp.?) that runs locally; that I can get behind.

Are there other keywords in software descriptions I can look for that help me make such distinctions?

[–] curbstickle_lw@lemmy.world 3 points 8 hours ago

Aside from "local model", you might see things like whisper.cpp, llama.cpp, ollama, or "OpenAI compatible endpoint", or a reference to getting models from HuggingFace (you can think of it like github for llm's - its more and less, but accurate enough for what we're talking about here).

whisper.cpp is a c++ implementation of whisper (ASR as mentioned), llama.cpp is a high performance and lightweight tool to support llm/llm inference, ollama is a very user friendly way to do the same, and OpenAI compatible endpoint is just using the protocol for communication, so you can point the client at llama.cpp or similar running on the same machine or another you have access to.

Most things with an extemely tight purpose like this (like listening for some birds singing) will use much leaner models, and may be able to run even from a phone.

[–] pyr0ball@lemmy.dbzer0.com 3 points 1 day ago (1 children)

Specialized models can be made incredibly efficient. The big tech guys are trying to replace humans which is why their crap takes such huge servers to run. Building local-first/only just means you need to specialize the model and the pipeline to match what you're doing

[–] A_norny_mousse@piefed.zip 1 points 15 hours ago (1 children)

Thanks.

I understand now that this software does not use one of the big general AI providers but a specialised model (for birds esp.?) that runs locally; that I can get behind.

Are there other keywords in software descriptions I can look for that help me make such distinctions?

[–] pyr0ball@lemmy.dbzer0.com 1 points 2 hours ago* (last edited 2 hours ago)

LLM and VLM are generally the type of model that needs a ton of resources to run. Birdnet uses an audio classification model, but there are dozens of types of models.

I'm building specialized task-focused pipelines which keep the memory footprint small for self-hosted users, and I'm working on a unified framework too make building other pipelines and applications much easier: https://docs.circuitforge.tech/

If you give me some details on what you're after I might be able to find you some projects or at least clarify keywords

Edit: an example of how efficient these can get, I have a little ESP32-driven waveshare display running an ONNX wake-word detection model which is absolutely nuts. 4mb psram and a dual-core 240mhz cpu and its only job is handling "hey Mycroft" and establishing a proper speech-to-text connection with my server downstairs

[–] agile_squirrel@lemmy.ml 7 points 1 day ago (1 children)

I haven't verified it, but it local ML models on audio is pretty efficient and should run fine on a raspberry pi.

load more comments (1 replies)
[–] RobotToaster@mander.xyz 6 points 1 day ago

It can run on device on your phone https://birdnet.cornell.edu/

[–] JTode@lemmy.world 4 points 1 day ago (5 children)

Listen, everything that they are doing by scorching the planet and turning the tap water brown, could be achieved on CPU or much smaller GPUs on local machines - it's a question of focused, tight training. What they're doing instead is literally attempting to build gigantic models that take in absolutely everything (burning real books in the process because fuck history we got money to make) and attempting to sell the idea that this brute force, one-thing-does-it-all approach, which requires us to give up everything else that is good in the world, is the only way forward, and yes, we must build the roko basilisk now.

It's a big, big grift.

load more comments (5 replies)
[–] chaospatterns@lemmy.world 2 points 1 day ago (1 children)

It's a small model that runs on your machine using a TFLite model. AI/ML models come in many different sizes. Some more conducive for running locally than others. There's more info on the detection pipeline here.

I didn't write this, just found and self hosted it.

[–] A_norny_mousse@piefed.zip 1 points 15 hours ago

Thanks.

I understand now that this software does not use one of the big general AI providers but a specialised model (for birds esp.?) that runs locally; that I can get behind.

Are there other keywords in software descriptions I can look for that help me make such distinctions?

[–] lokalhorst@feddit.org 7 points 1 day ago* (last edited 1 day ago)
load more comments
view more: next ›