arnegiacomo/fugleramme

▲ 1,290 stars today★ 3,291⑂ 91

Bird frame for Raspberry Pi - real-time bird detection by audio, fully local AI, rendered as real, hand-cut 1800s bird illustrations. On an e-ink panel, a TV, or any screen.

About arnegiacomo/fugleramme

arnegiacomo/fugleramme is an open-source project on GitHub, mainly written in Python. Bird frame for Raspberry Pi - real-time bird detection by audio, fully local AI, rendered as real, hand-cut 1800s bird illustrations. It currently holds 3,291 stars and 91 forks with 13 open issues, and was last pushed on 2026-09-23 (repository created 2026-07-08).

Project Overview

Git Homed tracks it on the Today's Trending board.

GitHub Repository Details

Repository arnegiacomo/fugleramme · default branch main · size 1313394 KB · watchers 9 · source: GitHub REST API and repository README

README

fugleramme

Bird frame for Raspberry Pi - real-time bird detection by audio, fully local AI, rendered as real, hand-cut 1800s bird illustrations. On an e-ink panel, a TV, or any screen.

https://github.com/arnegiacomo/fugleramme/blob/HEAD/The frame on a kitchen windowsill showing six birds heard in the garden, a window feeder on the glass behind it
Sorry about the dirty window - squirrels have been stealing the bird food.

https://github.com/arnegiacomo/fugleramme/blob/HEAD/Live demo https://github.com/arnegiacomo/fugleramme/blob/HEAD/Latest release https://github.com/arnegiacomo/fugleramme/blob/HEAD/CI https://github.com/arnegiacomo/fugleramme/blob/HEAD/Last commit
https://github.com/arnegiacomo/fugleramme/blob/HEAD/Stars https://github.com/arnegiacomo/fugleramme/blob/HEAD/Contributors https://github.com/arnegiacomo/fugleramme/blob/HEAD/License: MIT, artwork CC BY-SA 4.0
https://github.com/arnegiacomo/fugleramme/blob/HEAD/Artwork https://github.com/arnegiacomo/fugleramme/blob/HEAD/Species

[!IMPORTANT]
Fugleramme has been selected for the GOSIM Spotlight at GOSIM Shenzhen 2026. If you're there, come by and say hi!
[!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). See other frames from around the world here!

Hardware, install and operations docs: arnegiacomo.dev/fugleramme

How it works

BirdNET-Go listens on a mic and handles the classifier. Fugleramme polls its api, matches each species to an illustration, then packs them onto a page, and redraws only when the birds change - on an Inky Impression e-ink panel, or on any screen. There's an admin page that lets you configure what to show, and automatic updates and such.

If you already run BirdNET-Go, point the frame at it instead - on the same machine or anywhere else reachable from your network.

[!TIP]
The e-ink panel is what makes it a picture frame, but it isn't required. Without one, Fugleramme runs web-only
and the page takes the shape of whatever shows it - a TV, an HDMI display, any device on the network, or even your
desktop wallpaper/screensaver. See Screens.

Hardware

A Raspberry Pi 5, an Inky Impression 13.3" (Spectra 6), a mic and an A4 frame. Full parts list, recommendations and alternatives: Hardware.

I'm affiliated with Pimoroni - buying through the Pimoroni links or using the code ARNE at checkout supports this project.

Art

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

Each detected species is matched to its illustration, background-removed, and packed onto a textured paper page with the larger birds toward the centre, sized by body mass. An empty window shows a bare perch.

The plates are Scandinavian, British and central European, so the Nordics, the British Isles and Germany are best covered. Elsewhere not so much (yet). Broader European and North American coverage is in the works!

Species coverage has a searchable list of all currently supported species. See Adding artwork for manual cutout steps.

| No detections | A few visitors | A full garden | | :---: | :---: | :---: | | No birds detected | A few garden birds | Many garden birds |

Inspiration and related projects

The look came from a WWF Verdens naturfond poster by Axel Thorenfeldt hanging on my wall, the live-frame idea from AvianVisitors that I saw on Instagram, and the detection from BirdNET-Go - I wanted a version of that poster showing the actual birds in my garden.

Similar projects:

Fugleramme shares no code or art with them.

Run locally (for development)

uv sync                                       # set up venv
uv run fugleramme-fake-detector               # stand-in BirdNET-Go on :8090
uv run fugleramme-dev                         # start service on :8080 with hot-reload

The fake detector's flags, and working against a real station instead: Running it without a Pi.

Install on a Raspberry Pi

From the pi (assuming you have the hardware up and running):

curl -fsSL https://raw.githubusercontent.com/arnegiacomo/fugleramme/main/install.sh | bash

Asks where BirdNET-Go should live and which ports to use, clones the repo, installs the required deps, and starts the frame as a systemd service. NB! Will probably require a reboot on a fresh system.

From a blank SD card, see the full install guide.

Run in a container

docker run -d -p 8080:8080 -v fugleramme:/data \
  -e FUGLERAMME_DETECTOR_URL=http://birdnet.local:8080 \
  ghcr.io/arnegiacomo/fugleramme

Or build the image from a checkout:

docker build -t fugleramme .
docker run --rm -p 8080:8080 -v fugleramme:/data \
  -e FUGLERAMME_DETECTOR_URL=http://birdnet.local:8080 fugleramme

Kiosk on :8080, admin on :8080/admin, everything it persists in /data.

On a Linux box with a USB mic, this brings up BirdNET-Go alongside it:

curl -fsSL https://raw.githubusercontent.com/arnegiacomo/fugleramme/main/examples/docker-compose.yml -o docker-compose.yml
docker compose up -d

See Container for more info.

Contributing

Contributions are very welcome and encouraged - fixes, docs and artwork most of all. Thanks to everyone who has contributed so far ❤️

FAQ first, then Discussions See Contributing for more info.

License

separately as a container): CC BY-NC-SA 4.0, non-commercial only. BirdNET model by the Cornell Lab of Ornithology and Chemnitz University of Technology, taxonomy data powered by eBird.org. manifest links the plate every file was cut from. classic is CC BY-SA 4.0 - see assets/artwork/classic/ATTRIBUTION.md. assets/fonts/ATTRIBUTION.md. 2022, Ecology Letters, doi:10.1111/ele.13898), CC BY 4.0. OpenFauna's compiled taxonomic alias map, CC BY-SA 4.0 - see assets/ATTRIBUTION.md. Kiro Risk, Apache 2.0.

Contact

Questions and ideas about the project belong in Discussions. For anything else, you can reach me through arnegiacomo.dev. I've built a few of these frames, but I currently don't have the capacity to build them for others.

GitHub Stars & Activity

3,291Stars
91Forks
13Open issues
PythonLanguage

GitHub Popularity

GitHub stars3,291
Forks91
Open issues13
Primary languagePython
LicenseMIT
Stars gained today1,290
Created2026-07-08
Last pushed2026-09-23

Trending History

Weekly boardrank #36 · ▲ 1,290 stars

Related GitHub Projects

1

Comfy-Org / ComfyUI

Python★ 134,710⑂ 15,949▲ 203 stars
2

PaddlePaddle / PaddleOCR

Python★ 90,096⑂ 11,398▲ 76 stars
3

HKUDS / CLI-Anything

Python★ 49,866⑂ 4,598▲ 41 stars
4

anthropics / financial-services

Python★ 36,873⑂ 5,371▲ 665 stars
5

mukul975 / Anthropic-Cybersecurity-Skills

Python★ 33,277⑂ 4,040▲ 98 stars
6

davila7 / claude-code-templates

Python★ 31,438⑂ 3,572▲ 393 stars
7

browser-use / video-use

Python★ 26,417⑂ 3,159▲ 745 stars
8

mvt-project / mvt

Python★ 14,429⑂ 1,379▲ 546 stars

More Trending Repositories