Skip to content
Grant Van Horn edited this page Mar 10, 2017 · 5 revisions

TF Classification is a Python project for training and testing classification models based on the Inception architecture. Additional tools support classifying new data and exporting the models for deployment on mobile devices or for TensorFlow Serving.

Resources

  • [Preparing Images](Preparing Images)
  • Tutorials

Installing

  1. Install the required python packages.
  2. Clone the repo git clone https://github.com/visipedia/tf_classification.git

Supported Environments

The code is developed and tested using Python 2.7 on the following environments:

  • Mac OSX 10.11
  • Ubuntu 14.04 LTS
Clone this wiki locally