Nice! I thought about doing this last year - I wanted to be able to identify birds as well - and count totals for each species. I believe it's possible at a DIY level, but would take some effort.
That would take a bit more effort to do species identification but it would be very cool! I kept this project pretty simple with just using object detection. So "if (detectedObject.type == 'bird') ..."