Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dilkushsingh/iris-species-classifier

Used Random Forest Classifier Algorithm
https://github.com/dilkushsingh/iris-species-classifier

huggingface-spaces numpy pandas python random-forest-classifier scikit-learn streamlit

Last synced: 25 days ago
JSON representation

Used Random Forest Classifier Algorithm

Awesome Lists containing this project

README

        

# 🌸 Iris Species Classifier

Welcome to the **Iris Species Classifier** project! This repository contains the code for a web application that predicts the species of an Iris flower based on its features. The app uses a Random Forest Classifier to make predictions, providing a reliable and robust model for this classic dataset.
### Deployment
App is live on Streamlit Community [https://iris-species-classifier-ds.streamlit.app/] and Hugging faces [https://huggingface.co/spaces/dilkushsingh/Iris-Species-Classifier]
# Connect with me on LinkedIn [Dilkush Singh](https://linkedin.com/in/dilkushsingh)

## 🧠 Project Overview

The Iris dataset is one of the most famous datasets used in machine learning. It contains 150 samples of iris flowers, each described by four features:

- **Sepal Length**
- **Sepal Width**
- **Petal Length**
- **Petal Width**

The goal of this project is to classify the iris flowers into one of the following species:

- **Setosa**
- **Versicolor**
- **Virginica**

## 🌟 Features

- **User-Friendly Interface:** Easy-to-use web interface built with Streamlit.

##