Skip to content

nelson888/what-are-those-air-Jordan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What are those air J

This is the code of an Android app that predicts which model are your Air Jordan shoes, with the TensorFlow API.

alt text

TensorFlow Models

There are two models for predicting: one with 10 classes (Air Jordan 1 to 10) in the model_10/ directory and the other for 32 classes (Air Jordan 1 to 32) in the model_32/ directory. I followed the image retraining tutorial (https://www.tensorflow.org/tutorials/image_retraining) to make them. These models have a final test accuracy of respectively 76.5% (N=426) and 59.1% (N=1097).

You can switch models in the app by replacing the model.pb and labels.txt by the one desired

Releases

No releases published

Packages

No packages published

Languages