12 comments

  • jiwidi 17 minutes ago

    Isnt this a copy of https://x.com/WarnerTeddy/status/2060018688645115964?

    https://github.com/Twarner491/AvianVisitors

    https://theodore.net/projects/AvianVisitors/

    Or maybe im missing to see is the same author? It went viral a few months ago

      wccrawford 5 minutes 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.

      carb 7 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.

        jiwidi 3 minutes 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

      tencentshill 15 minutes ago

      This one seems to be more North European focused

        jiwidi 13 minutes ago

        Its awful close with no attribution or mention of the original project, which should be the minimum i feel like.

  • fnands 3 minutes 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?

  • firmretention 20 minutes 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.

  • mungoman2 18 minutes ago

    Now this is why I come here!

    Amazing thing, will replicate.

  • arnemunthekaas an hour 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!