🔗 Live Demo: https://iris-predictor-1.streamlit.app/
This is a small Iris classifier demo with three parts:
data/iris_data.csvcontains the Iris dataset used for trainingmodel/model.pklcontains a trained modelnotebook/Iris.ipynbis the notebook where the model is built and evaluatedapp.pyis a Streamlit app where you can enter flower measurements and get a prediction
- Create/activate a virtualenv (recommended), then install dependencies:
pip install -r requirements.txt
- Start Streamlit:
streamlit run app.py
Use the inputs in the UI:
- Sepal length and width
- Petal length and width