Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 433 Bytes

File metadata and controls

17 lines (9 loc) · 433 Bytes

Image-Classifier-Using-TensorFlow

A Image Classifier which uses InceptionV3 model for multiclassification by Training the Last Layer of the Model with custom Images.

Instructions:

  1. Install Docker & Latest TensorFlow on it.

  2. Create directory tf_files in Docker

  3. Run File 'run.sh' on Docker.

  4. Put images of the classes in the classifier folder

  5. Run File 'retrain.sh'.

  6. Run classifier.py by giving a test image.