A simple and interactive Streamlit app to predict Iris flower species using machine learning models.
- Predict Iris species based on sepal and petal measurements
- Choose from 3 classifiers: Support Vector Machine, Logistic Regression, Random Forest
- Dynamic sliders to adjust input features
- View prediction and model accuracy instantly
- Clone the repo and navigate to the folder
- Install dependencies:
pip install -r requirements.txt- Make sure
iris-species.csvis in the project directory
streamlit run improved_iris_app.py- Use sidebar sliders to input feature values
- Select your preferred classifier
- Click Predict to see the flower species and model accuracy
streamlit==0.83.0numpy==1.22.2pandas==1.2.4matplotlib==3.4.2seaborn==0.11.1scikit-learn==0.24.2
Enjoy exploring Iris classification with ease! 🌼