{"id":29311345,"url":"https://github.com/gekkonid/birdnet-labeller","last_synced_at":"2025-07-07T08:09:24.258Z","repository":{"id":257457821,"uuid":"858327365","full_name":"gekkonid/birdnet-labeller","owner":"gekkonid","description":"Generates an Audacity label file via ebird's Birdnet","archived":false,"fork":false,"pushed_at":"2024-09-18T05:57:36.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-07T08:04:43.709Z","etag":null,"topics":["audacity","bioacoustics","field-recording"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gekkonid.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-16T17:49:29.000Z","updated_at":"2025-06-16T01:32:11.000Z","dependencies_parsed_at":"2024-09-16T22:16:54.508Z","dependency_job_id":"5d606ba5-3d85-41a8-b49a-b32be8fb9348","html_url":"https://github.com/gekkonid/birdnet-labeller","commit_stats":null,"previous_names":["kdm9/birdnet-labeller"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/gekkonid/birdnet-labeller","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gekkonid%2Fbirdnet-labeller","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gekkonid%2Fbirdnet-labeller/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gekkonid%2Fbirdnet-labeller/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gekkonid%2Fbirdnet-labeller/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gekkonid","download_url":"https://codeload.github.com/gekkonid/birdnet-labeller/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gekkonid%2Fbirdnet-labeller/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264040939,"owners_count":23548070,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["audacity","bioacoustics","field-recording"],"created_at":"2025-07-07T08:04:31.657Z","updated_at":"2025-07-07T08:09:24.248Z","avatar_url":"https://github.com/gekkonid.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Birdnet-labeller\n\nA reasonably simple script that generates a list of bird calls detected with\nbirdnetlib, nicely formatted for use with Audacity.\n\n\n# Install\n\nFor now, please install from GitHub (only tested on Linux, but in theory might work elsewhere).\n\n```\npip install git+https://github.com/kdm9/birdnet-labeller.git#egg=birdnet-labeller\n```\n\nIdeally, do this within a virtual environment, or with pipx.\n\n# Usage\n\n```\n$ birdnet-labeller --help\n\nusage: birdnet-labeller [-h] [--output OUTPUT] [--longitude LONGITUDE] [--latitude LATITUDE] [--date DATE] [--min-confidence MIN_CONFIDENCE] input\n\npositional arguments:\n  input\n\noptions:\n  -h, --help            show this help message and exit\n  --output OUTPUT, -o OUTPUT\n                        Output labels.txt file for Audacity\n  --longitude LONGITUDE, -x LONGITUDE, --lon LONGITUDE\n                        Observation longitude (default: Tübingen-ish)\n  --latitude LATITUDE, -y LATITUDE, --lat LATITUDE\n                        Observation latitude (default: Tübingen-ish)\n  --date DATE, -d DATE  Observation date/time\n  --min-confidence MIN_CONFIDENCE, -c MIN_CONFIDENCE\n                        Minimum model confidence to report\n\n```\n\nFor example, from recent recording: `birdnet-labeller -o 240816_001.labels.txt\n--date 2024-08-16 -x 9 -y 48 -c 0.3 240816_001.WAV`, which generates\na `.labels.txt` file corresponding to a WAV straight from a field recording.\nThen, in Audacity: File -\u003e Import -\u003e Audio -\u003e Select the wav file, and File -\u003e\nImport -\u003e Labels -\u003e Select the labels.txt file. You should see the labels pop\nup at the correct times. \t\n\n# Why?\n\nThere are a bunch of GUIs for Birdnet analysis, however I typically want to\nedit and compose soundscapes in Audacity rather than just find a list of birds.\nSo, I needed a way to import birdnet calls into audacity, hence this script.\nOther, possibly better, solutions probably exist; this was largely a learning\nexercise that ended up being useful.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgekkonid%2Fbirdnet-labeller","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgekkonid%2Fbirdnet-labeller","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgekkonid%2Fbirdnet-labeller/lists"}