Pipeline for ML/DL solutions: Build the model, create an API to interact with it, containerize it and deploy it. — In this tutorial we will try to walk together through all the building blocks of a Machine/Deep Learning project in production, i.e. a model that people can actually interact with. Broadly speaking, we’ll create a web interface in which a user could upload an image, then a bit of Deep…