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.
- Tensorflow-gpu v1.3.0
- Keras v2.1.3
- Pandas
- Numpy v1.14.0
- sklearn v0.19.1
- matplotlib
- PIL (python image library) v4.2.1
- OpenCV (cv2) v3.3.0
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.
Run command
python test.py ImagePath
In short give path of test image as command line argument.