Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 450 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 450 Bytes

Iris Flower Classification

A simple flask app to classify Iris flowers.

Iris Flower Classification - Flask

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