Deploy flower classifier as web app on GCP Run

Tags: classifier webapp gcp

Flower classifier

I created a flower classifier using Fastai2 API’s.

The trained model is exported and deployed as a web app.

You can see the web app at https://flowerclassifier-zv4tnkxnpq-uc.a.run.app/

webapp1

See the steps at https://github.com/nik-hil/FlowerClassifierApp/tree/gcp_run#gcp

See the web app code at https://github.com/nik-hil/FlowerClassifierApp/blob/gcp_run/app.py

Related Posts