Skip to content

Simple Web App for Iris Flower Classifier using Machine Learning : Advanced Python

License

Notifications You must be signed in to change notification settings

suyashphatak23/Iris-Flower-Classifier

Repository files navigation

Python

Streamlit

Sklearn

Pandas

Iris Flower Classifier Using Machine Learning

In this project, I have created a simple machine learning web application using python libraries streamlit and scikit-learn. The iris flower dataset is one of the default or sample datasets in sklearn. I have used pandas to create dataframes and used the RandomForestClassifier function of sklearn to classify the type of iris flower. It was great experience to write a simple web app with streamlit. I refered a article from website towardsdatascience.com to create this project.

Build Status Coverage Status

Outputs

Refer this video for output

Output

Clone

Clone this repo to your local machine using https://github.com/suyashphatak23/Iris-Flower-Classifier

Setup

  1. Open Command Prompt

  2. Install streamlit, pandas and sklearn python-libray in your local machine by using following commands in command prompt:

> pip install streamlit
> pip install pandas
> pip install sklearn
  1. Again in command prompt go to your project directory by typing:

> cd path//to//your//project//directory//
  1. Then type the following:

> streamlit run code.py
  1. Then it will open the website in the default browser as localhost:8801 port.

License

License: GPL v3

GNU license

Releases

No releases published

Packages

No packages published

Languages