Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 655 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 655 Bytes

Blossom

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/

App view : There must be network problem. So, unable to display image.

Side bar accepts the user inputs and displays the result in main view.