Skip to content

Utilizing Google Cloud Platform's Cloud Function to serve Tensorflow Model and classify image via Flask server hosted on Heroku

Notifications You must be signed in to change notification settings

quazirab/image_classification_webapp

Repository files navigation

The web-application to classify image.

Utilized:

  1. TensorFlow : Pretrained (inception-v3) tensorflow model is used for prediction
  2. GCP : Cloud Functions is used to serve the model (For experimental purpose only, for production use GCP AI Platform or serve using Tensorflow_Serve)
  3. Flask : As a webserver
  4. Dash : For interactive webpage
  5. Render : Hosting the webapp (Migrated from Heroku)

Snapshot

snapshot1

Flow Chart

Flow Chart

About

Utilizing Google Cloud Platform's Cloud Function to serve Tensorflow Model and classify image via Flask server hosted on Heroku

Topics

Resources

Stars

Watchers

Forks