Skip to content

The "Iris-Flower-Classifier" is a machine learning project that categorizes Iris flowers into three species based on their measurements. It involves data preprocessing, model training, and evaluation, showcasing a fundamental classification task.

License

Notifications You must be signed in to change notification settings

Yarlagadda-saimanoj/Iris-Flower-Classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

made-with-python License: MIT Streamlit App

Iris Flower Classifier

Preview

Overview

The Iris Flower Classifier is a machine learning project that predicts the species of an Iris flower based on its petal and sepal measurements. It uses a logistic regression model trained on the famous Iris dataset. This project is a simple example of a supervised classification task in the field of machine learning.

Installation

Use the package manager pip to install the required dependencies.

pip install -r requirements.txt

Usage

To run the Iris Flower Classifier, execute the following command in your terminal:

streamlit run streamlit_app.py

This will launch a Streamlit web application where you can interact with the classifier.

Tech Stack

  • Languages: Python
  • Libraries: NumPy Pandas Matplotlib Plotly scikit-learn

License

This project is distributed under the terms of the MIT License.

License: MIT

About

The "Iris-Flower-Classifier" is a machine learning project that categorizes Iris flowers into three species based on their measurements. It involves data preprocessing, model training, and evaluation, showcasing a fundamental classification task.

Topics

Resources

License

Stars

Watchers

Forks