This is a project where we'll make an API which can be queried to give a prediction about something. In this case, what species of flower it is based on your query.
This has quite a number of usecases in the real world especially in exposing Computer vision applications, Natural language Processing applications and some generative models to mention afew.
docker build -t workflow4-data-science-api .#tododocker run -p 5000:5000 -v workflow4-data-science-apidocker start -ia plotly-timeseries-dashboard