Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.13 KB

README.md

File metadata and controls

32 lines (20 loc) · 1.13 KB

Clothing Classification

This project looks at classifying various items of clothing from images; not particularly interesting I know but Convolution Neural Networks are!

Introduction

We imagine that we work for an online fashion marketplace. Users upload thousands of images of clothes to sell every day. The key task here is to help users create listings faster by automatically recommending the right cateogory for the clothes they wish to sell. To do this a model for image classification is required. The model used for this type of problem is a Convolution Neural Network.

Dataset

The dataset consists of 3 folders: test, train and validation. Within each of these folders there are folders of images such as: dress, hat, shirt, etc.

Tools Required

  • TensorFlow: library for building multiple Machine Learning tasks.
  • Keras: Neural Network Library which runs on top of TensorFlow.
  • Python.
  • Jupyter Notebooks.

Instructions

  • $ git clone https://github.com/MRLintern/Image-Classifier.git && cd Image-Classifier
  • $ jupyter notebook. Starting from the top, run each cell at a time.