Clone this repository (iris_web) to you computer
-
open a terminal (i.e. cmd)
-
pip install pipenv (skip this step if 'pipenv' has been installed on your computer already)
-
cd iris_web && pipenv install --three
-
pipenv shell
-
pipenv install pandas numpy scikit-learn flask
-
python server.py
-
python model.py (skip this step to use the existing model.pkl)
-
open a web browser and type 'http://127.0.0.1:5000/home' in the address bar
-
a window will apprear for entering iris data to be predicted