This repository contains the assignments of the program EVA4 - Phase 2 conducted by The School of AI.
Deploying a pre-trained MobileNet v2 model on AWS Lambda. To see the code go here.
Training MobileNet v2 using transfer learning and deploying it on AWS Lambda. To see the code go here.
Using dlib to build a face alignment and a face swap model and deploying it on AWS Lambda. To see the code go here.
Using InceptionResnet to train a face recognition model using transfer learning and deploying it on AWS Lambda. To see the code go here.
Deploy a pre-trained monocular human pose estimation model to AWS Lambda and write a summary of the paper Simple Baselines for Human Pose Estimation and Tracking. To see the code go here.
Deploy a GAN which generates Indian Car Images. To see the code go here
Deploy a VAE which can reconstruct Indian Car Images. To see the code go here
Deploy a SRGAN model which can improve small drone images and also deploy a neural style transfer model. To see the code go here
Deploy a sentiment analysis model which can detect whether a given movie review is positive or negative. To see the code go here
Deploy a model which can translate German sentences into English. To see the code go here
Deploy a image caption generation model. To see the code go here
Train and deploy a simple speech-to-text model. To see the code go here
Host a previous assignment on AWS EC2 instance using a web application framework. To see the code go here