The Web app described here is online at https://imagenet.onrender.com/
It is an images classifier that use the Deep Learning model resnet (the resnet50 version) that won the ImageNet competition in 2015 (ILSVRC2015).
It classifies an image into 1000 categories (list in the ImageNet Kaggle competition).
Credit: development with the Deep Learning library fastai v1 and the online Web app server: Render (deployment guide on Render).