Skip to content

RisHexx/irisprediction

Repository files navigation

🌸 Iris Flower Prediction Web App

App Screenshot

This project is a machine learning web application that predicts the species of Iris flowers using Logistic Regression.

The model is trained on the Iris dataset, saved using Joblib, and deployed as an interactive Streamlit web app for real-time predictions.

🚀 Features

  • Iris flower species prediction
  • Logistic Regression ML model
  • Model persistence with Joblib
  • Interactive Streamlit web interface

🛠️ Tech Stack

  • Python
  • Scikit-learn
  • Streamlit
  • Joblib

▶️ Run Locally

pip install -r requirements.txt
streamlit run app.py

About

A machine learning project that predicts Iris flower species using Logistic Regression. The model is trained on the Iris dataset, serialized with Joblib, and deployed as an interactive Streamlit web application.

Topics

Resources

Stars

Watchers

Forks

Contributors