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.
- ๐ Model: RandomForestClassifier (Scikit-learn)
- ๐ธ Dataset: Iris Dataset (built-in in scikit-learn)
- ๐ฅ๏ธ Frontend: Streamlit
- โ๏ธ Features Used:
- Sepal Length
- Sepal Width
- Petal Length
- Petal Width
- The model is trained on the famous Iris dataset.
- User inputs values for sepal/petal measurements.
- The trained model predicts the species of the flower.
- The prediction is shown instantly on the Streamlit web app.