Deploy a Keras Classification model on Docker with Flask Faizan AminJune 25, 2019After training, next step is to deploy model for use in production. There are different ways to do it, Docker is one of them. Docker is wide...
Setup Tensorflow Object detection on Linux Faizan AminJune 24, 2019Tensorflow has a lot of work in reasearch. Which contains different models for deep learning such as DeepSpeech, GAN, Object detection and m...