Skip to content

prashant-kikani/object_classification_with_MNIST-fashion

Repository files navigation

object_classification_with_MNIST-fashion

Item Classification with MNIST fashion dataset. Images are of size 28 * 28 size.
Download dataset from here : https://www.kaggle.com/zalando-research/fashionmnist
Items are namely :

ID Item Name
0 T-shirt/top
1 Trouser
2 Pullover
3 Dress
4 Coat
5 Sandal
6 Shirt
7 Sneaker
8 Bag
9 Ankle boot

Here is image of showing full dataset in a glance.
alt text

Requirements

  1. Tensorflow-gpu v1.3.0
  2. Keras v2.1.3
  3. Pandas
  4. Numpy v1.14.0
  5. sklearn v0.19.1
  6. matplotlib
  7. PIL (python image library) v4.2.1
  8. OpenCV (cv2) v3.3.0

Before usage

Neural network only give best results when we give similar images on which it is trained in testing phase.
So, I am showing some images on which it is trained.
You should use this model with "similar" images. Not on completly different images.

  1. T-shirt/top : alt text

  2. Trouser : alt text

  3. Pullover : alt text

  4. Dress : alt text

  5. Coat : alt text

  6. Sandal : alt text

  7. Shirt : alt text

  8. Bag : alt text

  9. Ankle Boot : alt text

Usage

Run command

python test.py ImagePath

In short give path of test image as command line argument.

About

Item Classification with MNIST fashion dataset.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published