Skip to content

natkeo559/Classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Classification

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.

Technology

ML technologies used in this project:

  • Tensorflow
  • Keras
  • Numpy

Installation

This model can be run on your local computer/virtual environment by following the instructions below:

  1. Ensure that python 3.7.2 is installed
  2. Clone this repository then run the following:
$ cd Classification
$ pip install --upgrade pip
$ pip install -r requirements.txt
  1. Run the model
$ python3 tf_classify.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages