This is the coolest thing on HN that I've seen in a minute. The whole thing is a perfect blend of ideas with the end result of something that feels... magical. Honestly this is the highest inspiration to me as a builder as I just want to create magical experiences, even if they are just small oddities.
By jadbox a day ago
Really cool, except the price. Around 500 Euro for the full thing... I miss the times you could make amazing things with a Pi under 100 Euro.
That's the e-ink monopoly for you. Though you could probably use a slightly smaller b&w eink display with a second hand raspberry 4 to shave a lot from that number.
By puzzlingcaptcha 17 hours ago
The bird database seems only relevant for the UK and surrounding area.
Probably would not show much in the U.S.
By mars-or_wars 4 hours ago
Agree, this was really a beautiful thing to see!
By hmartin 21 hours ago
EDIT: no Ai for pictures - cool!
By fock 18 hours ago
> This is the coolest thing on HN that I've seen in a minute.
Off-topic, but what is up with the increased use of the phrase "in a minute", presumably to mean "in a long time", lately?
I've only started encountering it in the past year.
Did it get popularized by some celebrity, tv show, influencers, etc?
By pelican0 a day ago
I had not heard it before (or if I did I did not interpret it correctly, eg if one told me "see you in a minute" I would interpret it as "see you in a bit".
But there is this podcast discussing it in 2021, and it comes from black community slang from 70s (which is where most slang I encounter comes from). And these terms take a while to catch up usually, but it seems it was already circulating more broadly since 2000s.
I think the trend is probably misleading. A popular youtuber may have released a video in August with a title containing "in a minute".
By bezmi a day ago
It's been around in slang for a few years with a few variants, e.g. "I haven't seen her in a hot minute." I think it's just filtered into wider cultural vernacular.
By scheme271 a day ago
people have been saying "it's been a minute" to mean a long time since at least the 90s in NY
By mrbombastic a day ago
Yeah, I’ve been saying hot minutes for decades myself!
By kulahan 6 hours ago
Scarlett Johansson says, “See you in a minute" in Avengers: Endgame.
By palad1n a day ago
I say "see you in a minute" to mean "see you in a bit". What did Scarlett Johansson mean by that in that movie?
By freehorse 5 hours ago
This phrase has been around for years, I know because it has always infuriated me.
They took a well-defined unit of time, which is relatively short, and made it mean “some unknown but very long period of time”.
So frustrating. /oldmanyellsatcloud
By Carrok a day ago
it's been around. I more commonly see it as "been a minute!" when you see someone you haven't seen in a good while.
By devindotcom a day ago
The underlying classifier, BirdNET, is a traditional neural network and not an LLM:
Are there any LLMs being widely used for audio classification? I know VLMs are being used a lot in image stuff.
It always seems kind of silly to me to throw everything at an LLM. I know they’re huge and can automatically handle a huge number of tasks but something in me finds it wasteful when we could be creating easily trainable, cheap to run bespoke models for a lot of stuff
By tuvix a day ago
There are LLMs that support audio input, similar to those with vision support.
From my testing of open weights LLMs with audio support, they basically are only trained to recognize audio as an alternative to text input, they treat audio as basically equivalent to a transcript, and can't recognize or distinguish things like music, accents, background sounds, etc.
So they're only really good for transcribing or summarizing or using audio input in place of text input for prompts, but not anything that requires distinguishing any information about the audio that would not be present in a transcript.
It can be tempting to try to use an LLM for a variety of tasks; kind of the whole thing about an LLM is that you don't have to do a separate complex training run for every task, but can just provide instructions in natural language. But it only works as far as what the training data covers, if the training basically always treated audio and a text transcript as equivalent, the model has nothing causing it to learn other relevant features of the audio. If there's enough bird call identification in the training data of an LLM, it might be able to do that, but I think multimodal training data tends to be much more limited than the text training corpus
By lambda a day ago
Have you had any luck fine tuning one with musical data for classification or music-aware QA? I've been hacking on https://trebel.la/ which I would like to be a music practice companion, and the biggest missing feature is actually useful audio-based feedback pipeline.
My current approach, not yet validated, is trying to generate training data from masterclass recordings on Youtube, and then fine tuning MOSS-audio on a bunch of those. But I'm interested if there are better models, or large training sets I don't know about.
By sbrother 21 hours ago
You're selling a music feedback app and it doesn't do the music feedback part yet?
By MisterMunchkin 11 hours ago
I'm not selling anything; I'm developing it live and there is a landing page, but there's no payment hooked up since like you said, it's not functional yet.
By sbrother 6 hours ago
The harness that connects to a chatbot, API or voice interaction is the place to route requests to different systems. If you remember the early days of ChatGPT it explicitly said it was routing image generation to Dall-E after embellishing your request itself first.
Determining which tool to use should be a lightweight operation but I’m not expert enough to understand exactly how much lighter than a full LLM call just to recognize it needs a different tool or model.
By ninjalanternshk 11 hours ago
For sure, I just know it’s tempting given the power of large transformers to throw things at an existing model.
For instance, OCR is something that can be done locally with no access to a GPU but people (including me) still often use cloud hosted multi-modal large language models for it.
By tuvix 9 hours ago
wav2vec or similar approaches are used a lot these days, which is basically BERT with audio inputs. Whether that counts as an LLM or not, I am not sure. It's a transformer architecture in any case.
People will often reach for "easily trainable, cheap" solutions when they can; the reason people reach for Transformers and LLMs is because when you throw more data at them, they get better.
More info please. Can I add this into birdnet go for more species detection?
By bix6 a day ago
Note that while the underlying birdnet-go project started as BirdNET only, it can now use Google Perch v2, BattyBirdNET (for bats!) and other models in the future. It's a really cool project!
By rexxars a day ago
Why would anyone assume this uses an LLM? It classifies bird sounds, not human language. I don't mean this as an attack, I'm genuinely curious! This seemed obvious to me, and I want to know what line of thinking might lead one to believe that an LLM is the better (or more likely) tool for this job over a purpose-built classifier.
By cosmojg 9 hours ago
Most "Show HN" posts these days are vibe-coded garbage. It is a pleasant surprise to see one that isn't!
By WolfeReader 5 hours ago
Curious if there is a similar project for dog barks.
By ada1981 a day ago
I wanted to say that seems like a stretch but then I often find myself visualizing my best guess at the appearance, including species, of an unknown dog. It seems like size of dog and pitch of bark are negatively correlated
By lacunary 21 hours ago
e-ink is so much fun, especially when combined with ESP32 or BTLE boards. I currently have 4 around my house displaying book quotes that I've highlighted in KOReader and they bring me joy each time I see them. They are simple and do one thing very well.
I just got and setup a BTLE e-ink driver the other day and according to my calculations it will last _years_ on a single charge (2000mAh) even with multiple refreshes per day (crazy compared to the Wifi ones). Year+ lifetime completely changes the calculus for where to put these IMHO.
I'm considering designing a multiple-screen "art" piece to hang on my wall and playing around with various ideas (on both content and design).
LLMs + 3D Printer + e-ink is my new favorite hobby.
By joshstrange a day ago
I want a Japanese woodprint inspired colour dashboard for my Home Assistant. I don't need it at all, but I want it so badly. Some sketches I did with chatgpt look amazing.
Colour e-ink are kinda small tho. Something like samsung frame tv might be better option.
Uses a native C driver instead of python so you can run the display off a battery as it's more efficient.
By wallst07 14 hours ago
Years on a wall mounted eink screen sounds super interesting. What are you using for the power delivery/battery side of that setup?
By buffet_overflow a day ago
Here are the parts I bought, I'm still getting it all setup (I have my pictures displaying, working on designing the 3D printed case now, and testing it all) but according to OpenDisplay's calculator [0] I can expect 3.4 years if I refresh the screen once every 4 hours (and currently I'm doing closer to once a day to mimic my ESP32s which need deep sleep and once-a-day refresh to get even month/months of battery on a charge).
The image rendered to the screen is coming from a little service I wrote that renders a book quote it pulls from BookOrbit which syncs with KOReader (annotations, progress, etc). My plan is to set up one of these one each bookshelf/series rotating quotes I highlighted from the series.
Here are 2 ESP32-based screens I have, the one on the left is a an all-in-one [1] and the one on the right I printed the case from the TRMNL DIY kit from SeeedStudio [2]: https://cs.joshstrange.com/knk4Ns2h
Right now only the BTLE one is running OpenDisplay (the other two are semi-managed by HomeAssistant ESPHome) and all the devices are in HA for controlling them, though the ESP32's all deep-sleep for saving battery so I can can't "push" stuff to them like I can the BTLE one.
If I want a wifi e-ink connected display - curious what would you recommend.
I want an e-ink display - that I can use as a sign/display board with wifi connectivity and remote administration.
By realcul a day ago
If you want a simple e-ink wifi screen I'd point you at the reTerminal e1001 [0] if that size works for you. It's the easiest to get started with. You can either keep it on power or use the deep sleep to get more from the battery. It really comes down to how often you want to update it.
The BTLE boards have just crazy higher battery time with no need for deep sleep which is why I'm moving in that direction.
~7.5" is the size I've been buying so far, the larger e-ink screens get pricey but I can't wait for a calendar-sized one to come down in price such that I can frame it and hang it on the wall. Lastly I'd avoid the color e-ink screens unless you know you need color, won't need to refresh it often, and it's not in your eye line. Color refreshes take way longer (~30s in my experience for a 5-6 color screen) and the flashing it has to do is obnoxious. Monocolor displays take <2s normally and a single flash. I got a color screen first because "why not?" and I got color, but the refresh was too annoying so now it refreshes once a day in a place that I'm not when it refreshes so I don't have to see it.
Thanks for speaking to the battery question; I'm very interested in how to run this kind of thing (the display portion at least) cordlessly too, especially when lipo pouches in that range are so dirt cheap.
By mikepurvis a day ago
I might be misunderstanding your comment but the display is run/powered by the board so all you need to do is provide power to the board. For e-ink it uses no power to "hold" an image, only to write/refresh (sorry if I'm telling you something you already know!).
So reiterate, with a 2000mAh lipo battery I should be able to drive the board _and_ the screen for over 3 years if I only refresh it at most once every 4 hours (with "push" capabilities, I don't have to deep-sleep the board to get that battery life). At least, that's what the calculator says, I _just_ got my hardware to play with and so I can't speak from experience. Unfortunately my board is not charging the battery so I need to get a replacement which will probably take a week or two to get here.
By joshstrange a day ago
Yeah no we're aligned; I have some raspis that I'm interested in doing long term battery stuff with (remote sensing and the like) and it definitely does seem like connectivity is the huge battery killer, like even if you wake up only periodically to take a reading or update an epaper display, the cost in battery just to negotiate a wifi connection and do tcpip and http things is awful.
And then you're stuck with a device that can only be communicated with when it chooses to wake up, whereas with BLE it seems you can listen for a remote OTA wake much more cheaply.
By mikepurvis a day ago
It only can last a couple weeks, so isn't really practical. Search for other e-ink calendar projects using the rpi zero
By shaklee3 20 hours ago
When it does run out, are you able to replace the battery? Or is it something way more painful than that?
By tranceylc a day ago
It's a rechargeable battery, I just plug the board in (USB-C) and it charges the battery.
By joshstrange a day ago
So many bird projects recently and I think it’s all thanks to this project[0]
It seems IP over Avian Carriers is finally within reach!
Was thinking this too. My parents are both avid birders, and I think it would make a fun addition to the house.
By InexSquirrel a day ago
I was thinking the exact same thing!
By jonplackett a day ago
Awesome! It's really cool that it uses public domain images as the inspiration, too. And even cooler that you link to the places where you got those public domain images.
By catapart a day ago
This is the sweetest thing I've seen in a long time :')
By mandycult a day ago
This is insane.
Going to google/search and stuff when I get home, but for my current living space it would be awesome if I could get a wireless mic to place outside and have this run on my Beelink SER8, and then over local network sync to my Apple TV and display the images kinda like a screensaver?
By TheGoodBarn 4 hours ago
This could totally be a commercial product. I picture it being sold with a bird feeder. Maybe it uses a camera on the feeder.
Then have the screen look like a biologists notebook where he sketches the bird and writes a few notes about the time and its behavior.
By bilsbie a day ago
A similar product would be Birdbuddy (a birdfeeder with a camera and logging functionality), albeit very commercial and closed-source.
Or maybe im missing to see is the same author? It went viral a few months ago
By jiwidi a day ago
The new one appears to use real art from real humans, instead of AI art that was fixed.
And just because 2 things do the same job doesn't make one a "copy" of the other.
By wccrawford a day ago
My mistake for calling it "copy", should have said fork maybe (?)
They are awful close to still require a reference to the original project imo. They are achieving the same output (identify birds and display them in a frame display all hosted in a raspberry pi) with that twist to how to generate the art.
By jiwidi a day ago
Author here: I'll take any feedback and critisism. I haven't based any of my work directly on his project, but will be referencing it as a similar one in the readme, as well as e.g. https://github.com/veteranbv/inky-bird-frame.
By arnemunthekaas a day ago
Please take my praise as well then :) what a wholesome project!
By p1anecrazy a day ago
What is "the new one"? The old one used AI, and this one seems to as well.
This is much appreciated! Thanks for making this decision
By coinfused a day ago
From the link: "Half the point of this project is showing off some amazing public-domain natural-history illustrations. Over 800 cut-outs covering more than 400 species, every one taken from a real plate and hand-curated for this project (no art is AI-generated, though some has been retouched with AI)."
By stetrain a day ago
Idk what "retouched with AI" means. Does it mean they used a segmentation model to cut out the shapes, or were they shoved through an imagegen and completely recreated?
By xgulfie a day ago
At this point - does it even matter? AI photos are indistinguishable.
By dzhiurgis 8 minutes ago
I agree I would expect a reference. Another difference between this an AvianVisitors is the image sources. AvianVisitors is all AI generated with a consistent prompt, but OP's is using chiefly public domain images with retouching by AI as needed.
By carb a day ago
Yeah agree
I understand OP is continuing the work and improving it as he sees fit, but that in my mind is a fork and should aknowledge the initial work that sparked it.
Maybe i'm wrong tho and this is completely parallel work! Waiting for OPs reply
By jiwidi a day ago
Hi, yeah I'm not basing any of my coding or feature-work on that project. My biggest source of inspiration is actually just a paper poster I have hanging on my wall https://www.axelthorenfeldt.com/news/wwf-verdens-naturfonds-.... I wanted to make a version of that, showing the actual birds in my garden.
By arnemunthekaas a day ago
I accuse you of having good taste.
By delichon a day ago
A fork implies that it builds upon code from another repository. I wouldn't use the word fork to mean "inspired by". I think it takes away from the effort that the author has put in. Anyone can create a fork of a project with the click of a button.
By martin- a day ago
Fwiw an eink display is fairly common tech in the birdiverse. I also have a project that is the same thing.
Its awful close with no attribution or mention of the original project, which should be the minimum i feel like.
By jiwidi a day ago
Original author here. Fair point, this project was one of my inspirations, but I chose to take a different approach. This uses public domain natural history art and builds on top of BirdNET-Go which is a popular way of self-hosting bird-detections. (This is really a BirdNET-Go companion, as it cannot run without).
That's fair, and I totally get wanting to give it your own spin.
I still think it would be good to acknowledge the original project that sparked the idea, especially now that you've mentioned it was one of the inspirations.
Definitely keep going with yours and evolve it further. That's how good projects grow. But for a healthy open source community, I think we should make a point of crediting the people whose work inspires us. Otherwise, over time, it can discourage people from sharing their projects publicly in the first place.
true, but we are assuming that the author is aware of the other repo
By KaiserPro a day ago
This is a very cool project!
When I first heard of it (through a community member in discord), I wanted to see if I could replicate it on FrameOS (my software for running anything on an e-ink panel), and sure enough, I got quite close: https://scenes.frameos.net/s/bird-field-journal
This is obviously nowhere as complicated as OP's project, but I thought I'd just share that your project inspired me to build something similar too.
By mariusandra 17 hours ago
I've been leveraging Birdnet-2.4 as well, but also ultrasonic-pass and activity-v1 to do broader detection with an ecological targeted microphone. This means I can capture not just bird sounds but also bats and some insects, and acoustic events such as jets and cars.
Applying heterodyne transformations to the bat recordings makes them audible which is fascinating, especially when you catch them in a feeding frenzy.
Similar intent with an indoor display, although nowhere near as beautiful as OPs eink display here. I'm more aiming for a real-time ticker, but this design is wonderful. I'm quite inspired by it!
For those of you that have a Samsung frame tv and no spare e ink screens:
Inspired by AvianVisitors [1] I made a similar project [2] with an android app for bird detection using Perch, and then displays the birds detected during the last 24 hours with nice art on a samsung frame tv in "art mode".
If you dont want to repurpose an old android device, my app also supports bird detections from birdnet-go and birdweather. It should be plug and play with this project.
That's indeed a cool project and it's this kind of stuff that makes HN a unique corner in this digital world. I can classify this project with [1](Ranked #3 as the most upvoted Show HN of all time), [2](#4) and [3](#6) as non pure-software products that happen to also integrates hardware as well.
The only thing I wish to be added is a short video showing the actual frame in action to express motion and sound so I can better feel it. While the provided image (hero.jpg) gives me a sense of the product, I just can't smell it yet. I visited https://fugleramme.arnegiacomo.dev/ hoping for a live feed but it seems just a static image.
Kudos for the author and I hope we can see the next iteration!
Love the aesthetic of 1800s illustrations combined with modern tech. Wonder if it ever misidentifies a squirrel.
By darvo31 a day ago
I haven't tried with BirdNet, but Merlin doesn't seem to ever false-positive on chipmunks or squirrels (there's been a suggestion that it should explicitly recognize them, and maybe some frogs too, since they're "loud thing in the same register" and it frustrates people that haven't figured it out yet...)
By eichin a day ago
My granny is almost deaf and I will test the idea for her, for she loves birds
By poutrathor a day ago
If you try it with her, I'd love to hear what she makes of it.
By lateatdesk a day ago
Very cool!
I wish E-ink displays were a bit more affordable. The 13 inch one is £229.50.
Does anyone know why they are still so expensive, at least at large sizes?
By fnands a day ago
You have to distinguish the fake color e-ink that are used in mass consumer products which are actually black&white e-ink plus an LCD layer and are expensive, and the real color e-ink where each micro capsule embeds 3 to 5 different inks of different colors.
The latest are pretty complex devices, very slow to refresh (hence why they are not used in your e-reader) and also very expensive. But the rendering is way much nicer because it’s real ink that is used to render the colors.
By pjerem a day ago
They are used in book readers. Amazon Kindle Colorsoft, for example. Or I have android phone with such screen (though, not latest generation).
Rather opposite: I never seen consumer products with two-layer displays.
I don't see LCD layer here. Passive color filters, B/W capsules (which reflects or doesn't reflect incoming light, depends on orientation), TFT (thin layer transistors, not LCD — liquid crystal display!) as control to orient capsules.
Yes, it is not 4 color capsules as in Spectra, but where is LCD?
LCD what is caught my attention (and surprise) in your commentary.
I am using my 13 inch inky display for my own birdnet - I also posted this in another thread last week https://i.imgur.com/5XbM6bb.png
I also bought 3 more 4 inch ones. Here is the first deployment next to the fish tank - https://i.imgur.com/nj8nKrS.png - I like this because I can stuff an rtl sdr in that box too, so it picks up nearby radio sensors in addition to BT. Real nice project screen!
I usually only refresh the image on the screen every few hours. I love how the image stays even with no power.
By koryk a day ago
Yeah, the 4 and 7.3" prices are not bad, the jump to 13 is just large.
That being said, the cost per area goes down, so it is also probably fair.
By fnands a day ago
For a product that is made for creators and DIY, AI generated imagery on the product photos doesn't feel right.
By tencentshill a day ago
You can sometimes find old Nooks for cheap and they can be rooted to display static images, but it's not elegant.
By shellfishgene a day ago
Patents and greed in a combination.
By eckelhesten a day ago
I am working on a voice-chat program and I implemented RNNoise this week. Most of the noise cancellation tools filter for just human voice. so bird noises that you want, may be gone when you are trying to delete the wind noise or something. And without any noise cancellation, It can be very hard to people who are living next to road or very noisy place.
By bilaly 11 hours ago
This is such a cool idea and I want to build one. I wish I had this kind of creativity. I can do the hardware/software side, but great ideas elude me.
By firmretention a day ago
are you setting yourself up to record ideas as they happen?
By away0g a day ago
I was thinking about building this for a while and now i don't have too, insane. Thanks!
Any easy way to get started on your own version of this without needing a mic would be to pull birds seen nearby using the eBird API and pairing scientific names. Won't be as accurate as a backyard mic, but will give you a direction to start.
Also if you have old e-ink device laying around, you can likely setup BYOD with TRMNL (or just buy one https://trmnl.com/) and send the bird images as a private plugin
By staub a day ago
The e-ink screens linked by OP are much more interesting from a color reproduction standpoint. TRMNL devices are either grayscale or 2 colors.
Thanks for sharing. Didn’t know about this project. Have you used it yourself? I’ve only experimented with Scrypted for fun, but Frigate sounds like I could operate birdsong analysis without a separate BirdNET container.
By originalvichy a day ago
I have Bird Classification enabled in the settings, but so far haven't seen any labelled (it's only been a few days). Similarly with Face Recognition, I've only seen false positives. It does reliably detect people though (300 tracked so far). I'll have to experiment with settings such as confidence score.
By reedlaw 14 hours ago
This project is super cool! But the price of the e-ink board is quite steep
By TomJansen a day ago
I think this is a cool idea but I would never want ai generated art on my wall.
By pauleibye 8 hours ago
Author here: it's not AI-generated. All art is public domain and made by real people. This project doesn't run generative AI models.
Depends on the feel of the space you're working with, for me. A 8 x 10 bird sketch generator could work.
By coro_1 7 hours ago
I would like to build something which can do the exact opposite. Sounds from illustrations.
By misetech a day ago
What would be cool is if you can put AI to identify individual birds. They all have different calls/voices, though largely indistinguishable to human ears. And you can name them and see when they come for a visit.
By lvl256 a day ago
Something like fpcalc for soundbytes? Neat
By bt1a a day ago
This is amazing. I wonder if this could be connected to an LLM and render images of birds differently each time?
This is an excellent execution and refreshing to see the thought process behind it. Kudos. the ideas such as these, gonna keep us swim sane and specifically extending far beyond the 9-5 is no longer sideProject category but refreshingly needed one.
By thuruv a day ago
well this is a AI put to great use! love it
By sma3in 4 hours ago
a bit of a noob in these field, so apologies for the question, but why bird.net and not the more comprehensive cornell merlin dataset?
By ryzvonusef 10 hours ago
this is so cool :) thinking about some remixes already with maritime traffic and tides
By mrbombastic a day ago
Cool project! I set up an e-ink frame with this recently as a gift and it's been so much fun creating themed collections.
I just happen to have an extra Pi and an e-ink display sitting around and I LOVE this idea. Going to try it on my screened in porch - we typically get 10-20 Merlin detections on a decent day so this could be fun!
By sailfast a day ago
Cool project!
On a side note. How do people deal with all the ugly mess birds cause in such settings? I'd love to have such thing but seeing all the white stuff on glass door does not really feel fun to me overall.
By jarek83 a day ago
What do you mean specifically? These birdsong analyzers are sensitive enough that they do not rely on setting up a feeder. It’s obviously dependent on where you live, but in the Nordics, living outside city centres is good enough for both background noise and birdsong from nearby trees/parks/forests. Privacy matters aside, setting a mic up on a balcony or window is enough. Another solution is feeding data from a cheap security camera with a mic through wifi. This way the camera can stay outside in different weather, it’s not super close to you actual living area and splitting audio from the RTSP stream should be relatively easy to be analyzed by BirdNET.
By originalvichy a day ago
Well I specifically meant having a bird feeder on a window or glass door for a chance to watch them live closely. That's why I put it as a side note ;)
You gave me few ideas for the analyzer setup too - thanks!
By jarek83 a day ago
Yeah that’s definitely going to be messy. Based on your region, there should hopefully be generic security cams that can even work with a batter and solar. That combined with wifi if it can reach your house can hopefully steer the blast zone way further :D There’s a few TP-Link cameras on discount around 100€ that have 2k res. Feels a lot easier this way rather than taping together a weatherproof box for various components like the Pi and a mic. So far I’ve only used a plug-powered one since I have a IP-rated socket outside and the TP-link cam has a magnet for my wall. Hope you find a nice solution!
By originalvichy a day ago
Sounds like you've got birds crashing into the door? That's often something that can be improved (with stickers or hanging decorations) that make the glass more perceptible to the birds. (Another thing that sometimes helps is having bushes or shrubs, or even potted plants, in sight of the feeder - most small birds will use a "staging area" and fly somewhere nearby first, "check out the scene", and then fly to the feeder from there; it doesn't really control the activity, but it adds some options.)
By eichin a day ago
I would love to build one as a gift but would need to get it working for Australian birds.
By brenainn 19 hours ago
Just release some imported European birds. What could go wrong?
By apexalpha 19 hours ago
I built one of these that shows the hacker news front page, nyt front page, my most listened to album of the last 7 days etc.
Refreshes every hour
Battery lasts a few months
Esp32 and a colour eink panel, same as this one I think
By albertgoeswoof a day ago
That sounds cool! Where did you get your color e-ink panel?
This is one of the most wonderful uses of AI I've seen in a while.
By RGS1811 a day ago
I agree. It's such a pity Cats don't recognize images, would make for wonderful CatTV.
By telesilla a day ago
Seems like a nice adjacent project to the magic mirror!
By techsystems 15 hours ago
damn this is one of best things I've seen in a while
By jaackevans_ 9 hours ago
This is amazing project, thanks for sharing
By asdojasdosadsa 15 hours ago
Amazing. Best post I've seen on HN in ages.
By hodder a day ago
So cool, I'm going to try building one myself!
By _somu_ a day ago
Bryce Shivers and Lisa Eversman would definitely have this in their boutique. Put a Bird on It!
By andatki a day ago
All I'd get is pigeons and seagulls...
By physhster a day ago
Wow! Every human mind is wonderful in its own way. It can come up with ideas that other minds can't even comprehend.
By learner_yearner 17 hours ago
What is the energy label of this frame?
By amelius a day ago
Chernobyl.
By andai a day ago
What a cool idea. I might have to give this one a try. I've got Raspberry's coming out the wazoo.
By Chuckles64 a day ago
Here is another "I love it" comment.
Genuinely giving the OP props
By yipinwong 3 hours ago
what's the most unusual bird it's picked up so far?
By edwardbonnett 12 hours ago
This is amazing, well done! It would be a great travel piece
By forcemajeure a day ago
Really interesting!! Awesome work
By kris-memoket 17 hours ago
I love this! I have a forest garden with lots of birds. I so want to try this project asap!
By meteyor a day ago
I love this new era of AI powered creativity. I expect we're just getting started.
By qarl a day ago
Reminds me of Arthur's jounal
By water-drummer 21 hours ago
Cool Project!! I like it
By its_ajseven a day ago
You should partner with Cornell Ornithology.
By base698 a day ago
I am buying an e-ink display just to try this!
By manuelisimo a day ago
ok. a similar idea, you should put a camera outside your door and do the same for passing dogs.
By westoque a day ago
[flagged]
By ptoo a day ago
Please don't do this here.
By dang a day ago
German engineering at its finest.
By cluckindan a day ago
Super fun project!
By rogerb a day ago
oh I need to build this for my mom she would love it!
By practicalsystem a day ago
Most whimsical application of local ai so far
By agcat a day ago
Why isn't this a thing on Amazon I can buy?
By scottndecker a day ago
Now could you make one for urban noises? (e.g. traffic, trash truck, drunk guys at 3AM etc)
By gigantino a day ago
coolest implementation of ai application case that i ve seens last months
By zzato a day ago
this is amazing. really awesome
By metchio 15 hours ago
breaking this by putting it in earshot of a lyrebird
By chris_armstrong a day ago
I love it.
By CobrastanJorji a day ago
People are so creative.
By torcete a day ago
Artig! :)
By bronlund a day ago
this is very creative, really cool idea!
By worklifepanda a day ago
cool project!
By pokerpatioteam a day ago
This is amazing. I want to build this. Curious about the authors “full garden” link, surely he doesn’t get that many birds in such a small space of time in his garden, unless he lives next to a park I suppose?
By lloydatkinson a day ago
intresting!
By hugoj0s3 a day ago
cool proj
By Lavanic 17 hours ago
Now this is why I come here!
Amazing thing, will replicate.
By mungoman2 a day ago
Nice launch, good luck out there.
By DylanMerigaud 16 hours ago
Any sufficiently advanced technology is indistinguishable from magic.
By divbzero a day ago
super stylin’
By bix6 a day ago
incredible creativity and inspiring. thanks for sharing this !
By abletonlive a day ago
Author here. A mic listens to the sounds in my garden, BirdNET-Go (an open-source BirdNET classifier) detects birds by sound, and the e-ink frame draws a real 1800s natural-history illustration of each one as it hears them. Here’s a live web-demo from my garden in Bergen, Norway: https://fugleramme.arnegiacomo.dev
A few things that might be interesting:
- The screen only redraws when the set of birds changes, and dithers the collage down to six colours for the e-ink display.
- Bigger birds sit toward the centre, scaled by real body mass.
- 800+ cutouts across 400+ species, each cut from a real public domain plate. All art is historic and human-made. Coverage is currently best for the Nordics, Britain and Germany (but other parts of the world are in the works).
- Runs fully local on a Raspberry Pi or your homelab (yes, even the classifier runs great on a RPI)
The e-ink panel is optional and it can run web-only in a container against a BirdNET-Go you already have.
Happy to answer any questions!
By arnemunthekaas 2 days ago
If I were to make one of these as a Christmas present for somebody in Texas, and I wanted to contribute work toward good coverage for the area, how big of a time commitment would that be? It sounds like the kind of hobby work I could get into for a few months.
By onionisafruit a day ago
Less than you'd think, because you likely wouldn't need full "Texas coverage", you mostly need the birds that actually show up. BirdNET filters by location, you'll likely need a couple of dozen. Over the summer I've had about 40 visitors where I live.
Right now the coverage of North America is relatively sparse, but the interest has been high and I'm hoping for some contributions.
Edit: For North America the most obvious source is Audubon's Birds of America, which is public domain and should provide a lot of coverage. This collection includes some beautiful plates.
By arnemunthekaas a day ago
Do you have your image source available somewhere? I'm not going to build this same thing, but I'd love to add some prints of birds to my shelves and, not knowing much about birds, it would help to have a set of pictures I could look through and go, "Ooh! This one!" and learn about them. It'd be a good jumping on point!
Duly noted, I'll reference this, as well as other similar projects in the readme. Thanks for the feedback
By arnemunthekaas a day ago
Fair! Also, I would love to build this myself as I'm moving out of the city and to the countryside soon.
I'm based off Spain, so I'll be happy to contribute if I find missing Iberian and Mediterranean species, or if some cool feature idea comes up :)
By nsbk a day ago
I'm actually currently working on implementing Iberian species, and added some yesterday. There's another user also contributing with some beautiful Spanish birds. Feel free to contribute if you have some cool visitors in your garden!
By arnemunthekaas a day ago
I thought it was the same person. That is how close this project is.
Inspiration may be too soft of a word.
By zubiaur a day ago
Maybe for fairness we'll link to it from the toptext as well.
I can't help wonder what this would look like for humans. Imagine, set one of these up at a party and it has the means to identify anyone on the invite list. When it hears the person it displays a photo, brief bio, and relationship status.
By thesurlydev a day ago
We could also leave fake images aside, go outside and try to watch the birds ourselves. Maybe even let the camera inside, just looking with our own eyes. Real nature. No intermediate.
By dmitrij a day ago
> Half the point of this project is showing off some amazing public-domain natural-history illustrations. Over 800 cut-outs covering more than 400 species, every one taken from a real plate and hand-curated for this project (no art is AI-generated, though some has been retouched with AI).
By RobinL a day ago
You can in fact both have an interesting bird-based art display in your home and also go outside and watch birds yourself. Neither precludes the other.
By stetrain a day ago
The next logical step is to have speakers for the backyard to simulate the wildlife that no longer exists.
By bottled_poe a day ago
An app like this would be used as augmentation rather than simulation.
By zabriel_goss a day ago
I do recommend a decent pair of binoculars and the Merlin Bird ID app.
By world2vec a day ago
Or both. Why limit yourself?
By stronglikedan a day ago
While I love this idea generally, the scope of the use of generative AI for artwork is too vague for my comfort.
The README.md mentions that "no art is AI-generated, though some has been retouched with AI." Superficially, that sounds mild. Some of the other closely-related projects, however, use different verbiage, or none at all.
For those of us with ethical concerns around generative AI application to artwork, much more detail may be needed before we could decide if this was appropriate for us.
By ninefathom a day ago
Author here: Fair, i could've been more explicit in my writing. Concretely:
Nothing at runtime uses AI either, at least in the sense of LLMs or diffusion. The collage is Pillow and numpy, and detection is BirdNET, which is a classifier, not a generative model.
However I have used LLMs for code-related work, and for writing scripts for programatically editing the images, like cutting, contrast and colour corrections.
By arnemunthekaas a day ago
What is the ethical concern in this use case?
By jrflo a day ago
Could be for the montage. Is that unfair to say no AI generated the arts, but that AI put individual pieces together?
By hirako2000 a day ago
Finally, we solved the problem of converting bird sounds into their pictures without involving human cognition. The great problem and the need had to wait for the great, ultra expensive, data-center-driven AI technology to appear on the horizon. AI is such a good technology that continue to solve many such great problems that humans desperately needed for their survival and progress. All at the a minimal cost of some effect on the climate, which may only slightly quicken the human extinction.
Puzzlingly, no animal species requires AI, which is a mystery that need to be solved by AI.
By zkmon a day ago
Hmm. The project uses BirdNET-Go, which does inference locally on a Raspberry Pi. Then it looks up the species against a set of already existing illustrations. So in this case it seems like the "ultra expensive, data-center-driven AI" is not really involved in the core loop of this project.
By iambenm a day ago
The local inference is a product that came out of the data-center-driven AI.
By zkmon a day ago
This is incorrect; the local model is a small dense neural network called BirdNET that would not have been referred to "AI" when it was published in 2021. The model outputs a bird species probability distribution and the web application displays an existing image file of the most probable bird on the screen. This is a lovely example of simple, offline, and fun project using a straightforward machine learning model.
By dansitu a day ago
Ok, so why didn't this small dense model come up, say, 10 years back? Oh it needed all the AI evolution and concepts that were powered and evolved inside the data centers. But we still want to claim that it has nothing to do with the Big AI.
By zkmon a day ago
What a shame that we get a bird ckassifier by the samle technology we use to recognize cancer and other illnesses.
By tossandthrow a day ago
What a shame that you use that excuse to offset all other evils of AI, without even having a hint of how many patients were saved by AI. Just like how oil salesmen and nukes makers say that they solve some great problem of the world.
By zkmon a day ago
Incorrect. As others have pointed out, BirdNet is a “traditional” neural network. The amount of compute needed to train something like this is many orders of magnitude less than an LLM. Something like this could be trained on local hardware with enough juice, or by renting a handful of GPU’s
By 40four a day ago
> came out of the data-center-driven
should we tell them how hacker news gets onto their computer?
By zzzeek a day ago
You assume that I assume that HN doesn't require data centers?
By zkmon a day ago
Amazingly unhinged response to the automated bird picture frame.
By rcpt a day ago
Do you not like AI?
By efavdb a day ago
Well, it's not a fruit or food that I can eat. It's not a shelter, It's not a fellow human or a pet. So, hard to say if I like it.
By jadbox a day ago
By sydd 17 hours ago
By thepoet 2 hours ago
By puzzlingcaptcha 17 hours ago
By mars-or_wars 4 hours ago
By hmartin 21 hours ago
By fock 18 hours ago
By pelican0 a day ago
By freehorse 5 hours ago
By seanwessmith a day ago
By bezmi a day ago
By scheme271 a day ago
By mrbombastic a day ago
By kulahan 6 hours ago
By palad1n a day ago
By freehorse 5 hours ago
By Carrok a day ago
By devindotcom a day ago
By divbzero a day ago
By tuvix a day ago
By lambda a day ago
By sbrother 21 hours ago
By MisterMunchkin 11 hours ago
By sbrother 6 hours ago
By ninjalanternshk 11 hours ago
By tuvix 9 hours ago
By radarsat1 15 hours ago
By benob a day ago
By bix6 a day ago
By rexxars a day ago
By cosmojg 9 hours ago
By WolfeReader 5 hours ago
By ada1981 a day ago
By lacunary 21 hours ago
By joshstrange a day ago
By dzhiurgis 12 minutes ago
By wallst07 14 hours ago
By buffet_overflow a day ago
By joshstrange a day ago
By realcul a day ago
By joshstrange a day ago
By mikepurvis a day ago
By joshstrange a day ago
By mikepurvis a day ago
By shaklee3 20 hours ago
By tranceylc a day ago
By joshstrange a day ago
By theturtletalks a day ago
By bithammerthunde a day ago
By shellfishgene a day ago
By radiorental a day ago
By thomasfl a day ago
By MiloLeo a day ago
By tencentshill a day ago
By InexSquirrel a day ago
By jonplackett a day ago
By catapart a day ago
By mandycult a day ago
By TheGoodBarn 4 hours ago
By bilsbie a day ago
By herrherrmann 4 hours ago
By jiwidi a day ago
By wccrawford a day ago
By jiwidi a day ago
By arnemunthekaas a day ago
By p1anecrazy a day ago
By jdiff a day ago
By arnemunthekaas a day ago
By coinfused a day ago
By stetrain a day ago
By xgulfie a day ago
By dzhiurgis 8 minutes ago
By carb a day ago
By jiwidi a day ago
By arnemunthekaas a day ago
By delichon a day ago
By martin- a day ago
By bradly a day ago
By dang a day ago
By DavCreator a day ago
By tencentshill a day ago
By jiwidi a day ago
By arnemunthekaas a day ago
By jiwidi a day ago
By arnemunthekaas a day ago
By arnemunthekaas a day ago
By KaiserPro a day ago
By mariusandra 17 hours ago
By simonjgreen a day ago
By swaraj a day ago
By eointierney a day ago
By blacklion a day ago
By simonjgreen 20 hours ago
By simenf 13 hours ago
By redbell 19 hours ago
By darvo31 a day ago
By eichin a day ago
By poutrathor a day ago
By lateatdesk a day ago
By fnands a day ago
By pjerem a day ago
By blacklion a day ago
By pjerem 17 hours ago
By blacklion 8 hours ago
By whiskers a day ago
By koryk a day ago
By fnands a day ago
By tencentshill a day ago
By shellfishgene a day ago
By eckelhesten a day ago
By bilaly 11 hours ago
By firmretention a day ago
By away0g a day ago
By zero0529 a day ago
By sigvef 13 hours ago
By staub a day ago
By throooooo a day ago
By reedlaw a day ago
By originalvichy a day ago
By reedlaw 14 hours ago
By TomJansen a day ago
By pauleibye 8 hours ago
By arnemunthekaas 7 hours ago
By coro_1 7 hours ago
By misetech a day ago
By lvl256 a day ago
By bt1a a day ago
By rtvn83 13 hours ago
By yiro13 a day ago
By drum998 17 hours ago
By smnplk a day ago
By thuruv a day ago
By sma3in 4 hours ago
By ryzvonusef 10 hours ago
By mrbombastic a day ago
By pnw a day ago
By gadders 16 hours ago
By sailfast a day ago
By jarek83 a day ago
By originalvichy a day ago
By jarek83 a day ago
By originalvichy a day ago
By eichin a day ago
By brenainn 19 hours ago
By apexalpha 19 hours ago
By albertgoeswoof a day ago
By the_real_cher a day ago
By albertgoeswoof a day ago
By the_real_cher a day ago
By RGS1811 a day ago
By telesilla a day ago
By techsystems 15 hours ago
By jaackevans_ 9 hours ago
By asdojasdosadsa 15 hours ago
By hodder a day ago
By _somu_ a day ago
By andatki a day ago
By physhster a day ago
By learner_yearner 17 hours ago
By amelius a day ago
By andai a day ago
By Chuckles64 a day ago
By yipinwong 3 hours ago
By edwardbonnett 12 hours ago
By forcemajeure a day ago
By kris-memoket 17 hours ago
By meteyor a day ago
By qarl a day ago
By water-drummer 21 hours ago
By its_ajseven a day ago
By base698 a day ago
By manuelisimo a day ago
By westoque a day ago
By ptoo a day ago
By dang a day ago
By cluckindan a day ago
By rogerb a day ago
By practicalsystem a day ago
By agcat a day ago
By scottndecker a day ago
By gigantino a day ago
By zzato a day ago
By metchio 15 hours ago
By chris_armstrong a day ago
By CobrastanJorji a day ago
By torcete a day ago
By bronlund a day ago
By worklifepanda a day ago
By pokerpatioteam a day ago
By lloydatkinson a day ago
By hugoj0s3 a day ago
By Lavanic 17 hours ago
By mungoman2 a day ago
By DylanMerigaud 16 hours ago
By divbzero a day ago
By bix6 a day ago
By abletonlive a day ago
By arnemunthekaas 2 days ago
By onionisafruit a day ago
By arnemunthekaas a day ago
By smeej a day ago
By arnemunthekaas a day ago
By nsbk a day ago
By arnemunthekaas a day ago
By nsbk a day ago
By arnemunthekaas a day ago
By zubiaur a day ago
By dang a day ago
By dang a day ago
By gabzofar a day ago
By thesurlydev a day ago
By dmitrij a day ago
By RobinL a day ago
By stetrain a day ago
By bottled_poe a day ago
By zabriel_goss a day ago
By world2vec a day ago
By stronglikedan a day ago
By ninefathom a day ago
By arnemunthekaas a day ago
By jrflo a day ago
By hirako2000 a day ago
By zkmon a day ago
By iambenm a day ago
By zkmon a day ago
By dansitu a day ago
By zkmon a day ago
By tossandthrow a day ago
By zkmon a day ago
By 40four a day ago
By zzzeek a day ago
By zkmon a day ago
By rcpt a day ago
By efavdb a day ago
By zkmon a day ago