A project is underway that aims to use deep learning to identify what is in images. The team has decided to use EfficientNets V2 family, as they train quickly and have strong accuracy. The model needs to be accessible through a link, so predictions can be made in the web. To do that, they are deploying the model with Tensorflow Serving.
