A beginner-friendly Machine Learning application that predicts the species of an Iris flower from its measurements.
- Predicts Setosa, Versicolor, or Virginica
- Enter four flower measurements
- Choose from four simple ML models
- Shows prediction confidence
- Shows test accuracy
- Python
- Streamlit
- Pandas
- Scikit-learn
pip install -r requirements.txt
streamlit run app.py- Classification
- Train/test split
- Model training
- Accuracy evaluation
- Prediction
Author: Anshul Rajput