An iris flower prediction app !
The web app accepts the parameters from the user and predicts flower type. It also displays the probabilities of different where flower can belong.
The app has been developed using streamlit web framework. RandomForestClassifier is used to classify the flower into its types. The app has been deployed over Heroku platform.
You can access the app : https://blossom-predict.herokuapp.com/
Side bar accepts the user inputs and displays the result in main view.