Skip to content

Compares image classification inference using pretrained resnet_50, inception_v3, densenet201, vgg16, mobilenet against AWS Rekognition

Notifications You must be signed in to change notification settings

ccato/image_classifyer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Comparison of pretrained models against AWS Rekognition for image classification inference

Models tested:

  • resnet_50
  • inception_v3
  • densenet201
  • vgg16
  • mobilenet
  • AWS Rekognition

Requirements

  • AWS access key, secret and region configured
  • Jupyter Notebook
  • Keras
  • NumPy
  • boto3

Usage

Install requirements and run the notebook. Model weights will be downloaded (takes a good while). Run the cells in the notebook

About

Compares image classification inference using pretrained resnet_50, inception_v3, densenet201, vgg16, mobilenet against AWS Rekognition

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published