Skip to content

Iris Flower Classification is the "Hello World" of Machine Learning.

Notifications You must be signed in to change notification settings

SakshamAyush/Iris_Flower_Classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Iris_Flower_Classification

Iris Flower Classification is the "Hello World" of Machine Learning.

This project requires Python 2.7 and the following Python libraries installed:

Install Anaconda, a pre-packaged Python distribution that contains all of the necessary libraries and software for this project.

The dataset for this project originates from the UCI Machine Learning Repository. The Iris flower data set or Fisher's Iris data set is a multivariate data set introduced by the British statistician and biologist Ronald Fisher in his 1936 paper The use of multiple measurements in taxonomic problems as an example of linear discriminant analysis.

The data set consists of 150 samples from each of three species of Iris (Iris setosa, Iris virginica and Iris versicolor). Four features were measured from each sample (in centimetres):

  • Length of the sepals
  • Width of the sepals
  • Length of the petals
  • Width of the petals

To run

Go to the Anaconda Prompt, change the directory to the project directory and run the command 'python api.py'. It should run commands as shown in the screenshot - capture4

After that, open your browser and enter the address- 'http://localhost:8000'. It should open the following - capture

In the given fields, enter the required values - capture2

And you have your precdiction ! capture3

About

Iris Flower Classification is the "Hello World" of Machine Learning.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published