Image Classification

A generic image classifier program using Tensorflow and the pre-trained Deep Learning Convolutional Neural Network model called Inception.

This model has been pre-trained for the ImageNet data, it can differentiate between 1,000 different classes The program applies Transfer Learning to this existing model and re-trains it to classify a new set of images.

This is a generic setup and can be used to classify almost any kind of image.

Example usage at matheusrabetti.github.io