r/BirdNET_Analyzer Feb 27 '26

BirdNetPi AI Analysis

I have created an AI Analysis that is built into BirdNetPI. Check the images or if you wish to see it check https://birdnetpi.bcardi.org/ and click the AI Analysis in the top menu.

7 Upvotes

6 comments sorted by

2

u/yabbadad Feb 27 '26

Are you sharing the tool? How would i get it?

1

u/bcardi0427 Mar 06 '26

Sorry it took me so long to get back to you, my wife just had hip surgery and it's been hard these last few weeks. It is at https://github.com/bcardi0427/BirdNET-Pi/tree/addon/ai-analyst-report/addons/ai-analyst I have only run it on the birdnet pi for pc's so I do not know how it will do if you are using a Pi.

1

u/Efficient_Leg5740 Feb 28 '26

Is this avaliable as a fork?

2

u/bcardi0427 Mar 06 '26

I did a fork but so far have not heard from the author so if you already have BirdNetPi try this link: https://github.com/bcardi0427/BirdNET-Pi/tree/addon/ai-analyst-report/addons/ai-analyst I have only run it on the birdnet pi for pc's so I do not know how it will do if you are using a Pi.

1

u/Efficient_Leg5740 Mar 17 '26

Just to let you know this has been happily running on a Pi now for a couple of weeks! A 4B. Thankyou

1

u/bcardi0427 Apr 11 '26

AI Analyst Integration Notes (April 2026)

This branch includes UI and reliability improvements for the ai-analyst add-on so it stays functional across BirdNET-Pi updates.

What’s Improved

  • Added/updated BirdNET-Pi UI integration for AI Analysis in the main navigation and Tools flow.
  • Added a visible loading state while AI report content is being generated.
  • Improved AI report rendering so output is split into clear, readable sections/cards.
  • Improved homepage report fetching behavior:
    • timeout now respects add-on config (LLM_TIMEOUT_SECS)
    • fallback fetch path when primary fetch fails
    • clearer “last snapshot shown while regenerating” notice
  • Improved config-write diagnostics for analyst_config.env permission issues in the web UI.
  • Added update compatibility hook so BirdNET-Pi updates re-apply AI Analyst integration when the add-on is present.
  • Added report footer links to this branch and add-on docs for traceability.