Why This Matters
Fugleramme is a hobbyist Raspberry Pi project that identifies birds by sound entirely on-device and renders them on an e-ink panel as curated public-domain 1800s natural-history illustrations. It's a clean example of local, privacy-preserving AI paired with thoughtful design rather than generative art, and shows how accessible edge ML has become for consumers and makers.
Key Takeaways
- Uses BirdNET-Go for fully local audio bird classification on a Raspberry Pi 5, with no cloud dependency.
- Over 800 hand-curated public-domain illustrations covering 400+ species; no AI-generated art, only retouching.
- Runs on an Inky Impression e-ink panel or web-only kiosk, and can point at an existing BirdNET-Go instance on the network.
fugleramme
E-ink bird frame for Raspberry Pi - real-time bird detection by audio, fully local AI, rendered as real, hand-cut 1800s bird illustrations.
Sorry about the dirty window - squirrels have been stealing the bird food.
Note Still in early development: expect the odd bug and a few unpolished edges, with plenty more features to come.
Live on fugleramme.arnegiacomo.dev running from my kitchen window and displaying the actual birds currently heard in my garden (Bergen, Norway).
Hardware, install and operations docs: arnegiacomo.dev/fugleramme
How it works
... continue reading