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