erkansirin78/flask-iris-classification
This is a simple iris flower classification model deployment project as flask app on Docker or Kubernetes.
This project helps botanists or researchers identify iris flower species. You input measurements like sepal length, sepal width, petal length, and petal width, and it tells you which iris species (e.g., Setosa, Versicolor, Virginica) it most likely is. It's designed for someone who needs a straightforward way to classify iris flowers based on physical dimensions.
No commits in the last 6 months.
Use this if you need a simple, deployable tool to classify iris flowers by providing their physical measurements.
Not ideal if you need to train your own classification model or work with different types of botanical data.
Stars
13
Forks
13
Language
Python
License
—
Category
Last pushed
Feb 16, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/erkansirin78/flask-iris-classification"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
venky14/Machine-Learning-with-Iris-Dataset
Data Visualization and Machine Learning with Iris Dataset.
amberkakkar01/IRIS-Flower-classification
This project is for the Identification of Iris flower species is presented
josetorronteras/mlp-keras-iris-dataset
Multilayer Perceptron (MLP) for multi-class classification for iris dataset.
kittupriyatham/Machine-Learning-Model-Deployment
This is a machine learning model deployment project of Iris classification model in a minimal UI...
FabianaCampanari/Iris-DataAnalysis-Seaborn-
🌸 The provided code snippet is a Python script that uses matplotlib to plot the numerical and...