Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 692 Bytes

File metadata and controls

29 lines (18 loc) · 692 Bytes

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.

How to build Docker image

docker build -t workflow4-data-science-api .

Reduce the size of the image

#todo

How to run the Docker container

docker run -p 5000:5000 -v workflow4-data-science-api

Restart Container

docker start -ia plotly-timeseries-dashboard