jeremyjordan / flower-classifier

A simple image classifier for flowers.

Home Page:https://share.streamlit.io/jeremyjordan/flower-classifier/app.py

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add photo examples for top image prediction

jeremyjordan opened this issue · comments

What's your idea?
Since many people don't know flower breeds that well, it's hard to know when the model makes a correct prediction. However, if you show examples of the model prediction, it's easier to discern whether or not the model might be correct. We should add a new option in our streamlit app which shows the user a couple examples of the top predicted flower breed.

Describe the solution you'd like
Take the top predicted breed, search Google Images (or a similar site), and return the first 3 photos.

Describe alternatives you've considered
We could also show examples of the breed from our training set, but this would require us to host the dataset somewhere that is publicly available.