Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rishabhraj43/iris-flower-prediction


https://github.com/rishabhraj43/iris-flower-prediction

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        

# Iris Flower Prediction

## Overview

The Iris Flower Prediction project is a machine learning application that classifies iris flowers into three species based on their measurements. The project uses a Logistic Regression model trained on the Iris dataset, and it provides a RESTful API for making predictions. A React frontend allows users to input flower measurements and receive predictions.

## Features

- **Predict Iris Flower Species**: Classifies iris flowers into three species based on sepal and petal dimensions.
- **REST API**: Provides a `POST` endpoint for predictions.
- **Frontend Interface**: A React-based user interface for inputting flower measurements and viewing predictions.

## Technologies

- **Backend**:
- Python
- Flask
- Scikit-learn
- Pickle

- **Frontend**:
- React
- Axios
- React Hot Toast (For Notification)

-----------------------------------------------------------------

# ___Happy Coding___ 🤖👾