Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.92 KB

README.md

File metadata and controls

33 lines (24 loc) · 1.92 KB

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