/Iris-flower-prediction

Iris Flower prediction app using machine learning

Primary LanguagePython

Iris-flower-prediction

  • Iris Flower prediction app using machine learning

  • A simple machine learning-powered web app for predicting the class label of Iris flowers as being setosa, versicolor and virginica.

Run the application

  • Clone the repository
  • Create and activate your virtual environment
  • Install the requirements from the requirements file (pip install -r requirements.txt)
  • Run the application using the command $ streamlit run iris_predict.py