This repository contains my first attempt at image classification using machine learning. The goal of the model is to accurately classify common articles of clothing. The purpose of this project was to further my understanding of how machine learning models are made and to get me thinking about how I could potentially apply it in other useful areas.
ML technologies used in this project:
- Tensorflow
- Keras
- Numpy
This model can be run on your local computer/virtual environment by following the instructions below:
- Ensure that python 3.7.2 is installed
- Clone this repository then run the following:
$ cd Classification
$ pip install --upgrade pip
$ pip install -r requirements.txt
- Run the model
$ python3 tf_classify.py