Skip to content

alitheDev/Iris-Flower-Prediction-Using-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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.