Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 728 Bytes

File metadata and controls

23 lines (15 loc) · 728 Bytes

Iris-Flower-Prediction-Using-Python

What app actully do?

  • tells us the Iris(a flowery plant) flowers as being setosa, versicolor and virginica. image

Libraries Needed

[run these commands in CMD ADMIN to avoid any error]

  • StreamLit ( pip install streamlit )
  • Pandas ( pip install pandas )
  • Scikit-learn ( pip install scikit-learn )

How to Run:

  • First: cd ProjectFolder
  • Then: streamlit run TheFileYouWillName.py

Output

dataascience

You are free to any update and modifications.