Skip to content

itskhagendra/Image-Classifier-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Classifier API Using Keras And Flask

This project contains the code for creating a REST API for a Image classifictaion model using a pretrained model in this case I am using Resnet-50 but you can use any model you want.

just make sure that you change the relevent paramets if you change the models such as tensor size and weights

model = ResNet50(weights="imagenet")

from keras.applications import ResNet50

image = prepare_image(image, target=(224, 224))

Requirements

  • Keras
  • Flask

Note: all other libraries will be installed other while installing these libraires

in some case you might need to install Keras Applications library manually if it is not working in your system

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published