MatinAfzal/IRIS-GUI
A graphical machine learning program written with tkinter and scikit-learn library.
This program helps anyone interested in exploring flower classification by predicting the type of Iris flower. You input the measurements for an Iris flower's sepal and petal (length and width), and it tells you whether the flower is a Setosa, Versicolour, or Virginica. It's designed for students, educators, or hobbyists learning about basic machine learning concepts.
No commits in the last 6 months.
Use this if you want to interactively explore how machine learning models classify Iris flowers based on their physical measurements without needing to write any code.
Not ideal if you need to classify different types of data, build complex machine learning models, or work with large datasets beyond the Iris flower example.
Stars
12
Forks
1
Language
Python
License
MIT
Category
Last pushed
Sep 19, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/MatinAfzal/IRIS-GUI"
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...