Aprameya Nayak
November 06, 2024
This is a presentation on Prediction of Iris Species using Shiny
This project aims to develop a predictive model for classifying iris flower species based on their petal and sepal dimensions. Using the well-known Iris dataset, which contains measurements for three species—Setosa, Versicolor, and Virginica—the application leverages a nearest neighbors algorithm to determine the likely species based on user-provided measurements. By integrating the model into a Shiny web application, users can easily input dimensions and receive immediate species predictions.
The presentation is about using nearest neighbors to predict the species of a flower as Setosa, Versicolor or virginica from the iris dataset available in R. Main Features:
|
Setosa |
Versicolor |
Virginica |
Working of the application
you can run the application using the link below :
Sample output image: