Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/upasanadhameliya/iris-classifier-project

Uses Machine Learning Python libraries and Predicts the iris flower type based on KNeighboursClassifier model
https://github.com/upasanadhameliya/iris-classifier-project

iris iris-classification iris-dataset knearest-neighbor-algorithm knearest-neighbor-classifier knn-classification python python3 tkinter tkinter-gui tkinter-python

Last synced: about 2 months ago
JSON representation

Uses Machine Learning Python libraries and Predicts the iris flower type based on KNeighboursClassifier model

Awesome Lists containing this project

README

        

# Iris-Classifier-Project
Uses Machine Learning Python libraries and Predicts the iris flower type based on KNeighboursClassifier model

The aim was to classify iris species into three categories : Setosa, Versicolor and Virginica

Libraries used : sklearn, numpy

Problem Type : Supervised Classification

Training Model : KNeighborsClassifier

Python Version : 3.7

#### Run and deploy
1. Clone and download the repository.
2. Extract the files in a single folder.
3. Run ``` python iris_ui.py ```