Dive Into

Fashion Classifier!

Fashion Classifier!

This web application will automatically build and train a neural network that can classify the images in the Fashion MNIST dataset.

This web application automatically display the model architecture and the training progress. Once training has finished, you can draw any of the 10 articles of clothing from the Fashion MNIST dataset on the black rectangle to be classified. After drawing an article of clothing, and pressing the "classify" button, the code will alert the predicted article of clothing. Below are some examples:

  • In this example, the predicted article of clothing is a Bag.
  • bag classigication using tensorflow
  • In this example, the predicted article of clothing is an Ankle Boot.
  • ankle boot classigication using tensorflow
  • In this example, the predicted article of clothing is a Sandal.
  • sandal classigication using tensorflow

Fashion Classifier!