What I have created using streamlit?

Hi everyone! :slightly_smiling_face:
Hope you doing good. I used streamlit to create a iris flower species classifier app.

:white_check_mark: Have a look at this—
https://share.streamlit.io/vinrok/streamlit-app/main/classify_species_app.py

3 Likes

That’s a classic!

It would be cool to also see where the datapoint lies when you plot it on top of the ground-truth dataset, as shown in red below:

2 Likes

Hey @vinrok, welcome to the community!

  • I loved how you integrated a screencast documentation inside the app, definitely stealing this tip :slight_smile:
  • In the “probability by species” part, is it possible to put the species names as column names instead of their indexes 0,1,2 ? It makes it easier to understand how well the prediction went

Keep up on Streamlitin’ !
Fanilo

1 Like