ResNet Demo

07 May 2020 - less than 1 min read time

Upload an image to this web app and ResNet50 will classify it
Upload an image to this web app and ResNet50 will classify it

A web app demoing ResNet50, built using the Flutter UI toolkit.

ResNet50 is a deep learning model trained on the ImageNet dataset. This model is imported from TensorFlow / Keras.

The model is served over a Flask web server and then powered by a stateless Docker container on Google Cloud Run.

Feedback is greatly appreciated!

A huge thanks to Felix Blaschke for the Particle background and Rodolfo Hernandez for the image upload concept via Flutter.