Skip to content

dishacs09/Iris-Flower-Classification

Repository files navigation

Iris Flower Classification Streamlit

This is a web application that classifies iris flowers based on their sepal length, sepal width, petal length, and petal width. The app is built using Streamlit and the classification model is trained using Jupyter notebook.

Requirements

Python 3.6+
Streamlit
Scikit-learn
Pandas
Numpy

Dataset

The classification model is trained on the Iris dataset, which is a popular dataset for classification tasks. The dataset contains 150 samples with 3 classes of iris flowers (50 samples for each class).

Model

The classification model is a simple logistic regression model, trained on the Iris dataset. The model achieves an accuracy of 97.8% on the test set.

Acknowledgements

The Iris dataset is taken from the UCI Machine Learning Repository.

About

This is a web application that classifies iris flowers based on their sepal length, sepal width, petal length, and petal width. The app is built using Streamlit and the classification model is trained using Jupyter notebook

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors