rrcampbell-exe / real-fake-birds

A guessing game featuring real fake birds.
https://www.realfakebirds.app
1 stars 0 forks source link

Present Players with Bird Image at Time of Guess #47

Open rrcampbell-exe opened 11 months ago

rrcampbell-exe commented 11 months ago

As a player, I'd like to be presented with an image of the bird that I'm meant to evaluate.

For real birds, we'd need to source an image from somewhere on the web, as the ebirds API doesn't seem to have this functionality. For fake birds, we'd need to use AI to generate the fake bird image, though this could be cost-prohibitive.

rrcampbell-exe commented 11 months ago

This Stack Overflow answer seems to address how one might go about acquiring the top image from the Wikipedia article on a given bird.

One potential issue is if a bird name is given that has no image associated with it. This could create situations where it is easy to know that a bird is real, as if AI is always generate fake bird images, the absence of an image would imply a real bird. Things to consider.