44
submitted 19 hours ago* (last edited 9 hours ago) by chaospatterns@lemmy.world to c/selfhosted@lemmy.world

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.

you are viewing a single comment's thread
view the rest of the comments
[-] A_norny_mousse@piefed.zip 6 points 15 hours ago

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"?

[-] curbstickle_lw@lemmy.world 1 points 3 hours ago

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.

[-] pyr0ball@lemmy.dbzer0.com 2 points 6 hours ago

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

[-] chaospatterns@lemmy.world 2 points 9 hours ago

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.

[-] JTode@lemmy.world 4 points 11 hours ago

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.

[-] irmadlad@lemmy.world 0 points 8 hours ago* (last edited 8 hours ago)

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

Didn't downvote you however, are you saying if I ran an AI model local, that scorching the planet and turning the tap water brown is ok with you, just because it's local?. Because that's exactly what we're are doing when we access the internet. Throw AI out of the scope, and we're still pumping massive amounts of carbon in to the air, still turning the water brown. There are 8.4 billion people on this planet. Approximately 6.3 billion of them are online. That's just individual humans. That doesn't include the hundreds of thousands of data centers that aren't even connected with AI and all the energy production to make them run.

So, who will be the first to actually practice what you preach and shut down your servers and internet devices? C'mon...make the first step towards a cleaner planet.

[-] JTode@lemmy.world 2 points 5 hours ago

This whole internet could run on a tiny fraction of what it current consumes, with no drop in service levels... if the extraction of profit from every single interaction was not prioritized.

That being said, I was addressing someone who refused to believe that local inference was even possible on CPU; this tells me that the efforts to present the current grift as the only and inevitable AI outcome is working, on minds that do not fundamentally grasp what the technology is, nor what it's doing. I think the tech is great, and highly useful - the way they are implementing has perverse incentives and existential outcomes, and it does not have to be that way, but it is, because capitalism.

[-] irmadlad@lemmy.world 0 points 4 hours ago

This whole internet could run on a tiny fraction of what it current consumes, with no drop in service levels

But it doesn't.

… if the extraction of profit from every single interaction was not prioritized.

But it is.

So, now what are we going to do? Give me real world solutions that will actually fix the issue, which would be implemented by real world corporations and real world data centers. I'm not problem hampered, I'm solution based. So let's fix it.

[-] RobotToaster@mander.xyz 6 points 13 hours ago

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

[-] agile_squirrel@lemmy.ml 6 points 14 hours ago

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

[-] irmadlad@lemmy.world 1 points 9 hours ago

If you're speaking of audio analysis ML or AI models, they are quite efficient. As a mediocre musician, who is clinically deaf and cannot hear some frequencies with enough clarity to make a judgement either way, I lean on AI assisted audio mastering. I haven't dabbled in AI generated music, but with the right DAW and a handful of plugins, some keyboards and instruments, you can do a lot right in the comfort of your home.

this post was submitted on 10 Aug 2026
44 points (65.7% liked)

Selfhosted

61307 readers
503 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