Hacker News new | ask | show | jobs
by blastro 1802 days ago
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.
1 comments

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