Skip to content

hoplite2k/image-classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Image Classifier

The classifier.py is the script that uses VGG16 pretrained model to classify the image. This program uses Tensorflow as backend.

In order to execute this program you need to type python classifier.py "PATH TO THE IMAGE". Replace "PATH TO IMAGE" with the path to the image you want to classify.

In order to see a test example I have provided a image in images folder just type " python classifier.py ./images/turtle.jpg " in your terminal or command prompt.

Requirements:

  1. Tensorflow
  2. Matplotlib
  3. Numpy

About

Image Classification using VGG16 pretrained model

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages