Skip to content

Latest commit

ย 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
ย 
ย 
ย 
ย 

Repository files navigation

๐ŸŒผ Flower Species Predictor

This is a simple machine learning web app that predicts the species of a flower based on its sepal length, sepal width, petal length, and petal width. It uses a RandomForestClassifier model and is deployed with a user-friendly Streamlit interface.

๐Ÿ” Overview

  • ๐Ÿ“Š Model: RandomForestClassifier (Scikit-learn)
  • ๐ŸŒธ Dataset: Iris Dataset (built-in in scikit-learn)
  • ๐Ÿ–ฅ๏ธ Frontend: Streamlit
  • โš™๏ธ Features Used:
    • Sepal Length
    • Sepal Width
    • Petal Length
    • Petal Width

๐Ÿง  How It Works

  1. The model is trained on the famous Iris dataset.
  2. User inputs values for sepal/petal measurements.
  3. The trained model predicts the species of the flower.
  4. The prediction is shown instantly on the Streamlit web app.

About

ML model that predicts flower on the basis of their sepal and petal features.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages