Contains code that host trained models on AWS lambda. The lambdas are exposed via API gateway to enable classification trough APIs
Lenet5Lambda is implemented using Serverless Framework.
Tensorflow implementation of Lenet5 model for handwritten digit recognition.
Implented modified Resnet50 (by pruning the last residual block) for classifying CIFAR-10 dataset since resnet50 is built for 64x64 images while cifar-10 as has 32x32 images.
Takes YAD2K configuration and weights and converts to Keras. Applies box filtering and non max supression on the output of the model.