Series information

  • Tags: Deep learning, Docker, Flask , Nginx, Data science
  • Publication: TheCyPhy
  • Date: 30 August, 2020
  • Blog Series link: Click here

Deploy Deep Learning Model Using Docker, Tensorflow Serving, Nginx and Flask

Hello curious person, in this series named Deploy Deep Learning we are going to deploy two deep learning models one will classify the Images between Cats and Dogs and the other will Detect the Card type i.e King, Queen, Ace, etc. We will be getting our hands on Docker, Tensorflow Serving, Flask, Nginx, gunicorn. So without any further delay let's get started.
We will be deploying our Models via Tensorflow serving using Docker containers. We are going to create Three Services using Three Docker containers i.e 1. Web, 2. Tensorflow Serving, 3. Nginx So without any further delay, let us create our first service...