Complete Guide to Build ConvNet HTTP-Based Application using TensorFlow and Flask RESTful Python API

Author: Ahmed Gad

In this tutorial, a CNN is to be built, and trained and tested against the CIFAR10 dataset. To make the model remotely accessible, a Flask Web application is created using Python to receive an uploaded image and return its classification label using HTTP.

Go to Source