Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/upasanadhameliya/iris-classifier-project
- Owner: Upasanadhameliya
- Created: 2020-03-30T11:52:43.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-31T05:31:45.000Z (almost 5 years ago)
- Last Synced: 2023-11-17T17:39:04.639Z (about 1 year ago)
- Topics: iris, iris-classification, iris-dataset, knearest-neighbor-algorithm, knearest-neighbor-classifier, knn-classification, python, python3, tkinter, tkinter-gui, tkinter-python
- Language: Python
- Size: 882 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 VirginicaLibraries 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 ```