Iris Flower Classification A simple flask app to classify Iris flowers. Installation To run the app flawlessly, satisfy the requirements $ pip install -r requirements.txt Start Server $ flask run Or run this command $ python -m flask run