a classifier for the Iris Flower dataset! It predicts the species of an iris flower (setosa, versicolor, or virginica) based on its sepal and petal width and height. I used the Jupyter notebook extension in VSCode to make the model, the Iris dataset from scikit learn, and Flask to make the user interface. I then deployed it using Google Cloud run.
a classifier for the Iris Flower dataset! It predicts the species of an iris flower (setosa, versicolor, or virginica) based on its sepal and petal width and height. I used the Jupyter notebook extension in VSCode to make the model, the Iris dataset from scikit learn, and Flask to make the user interface. I then deployed it using Google Cloud run.