The project is to get familiar with Sagemaker functionalities and how can we deploy trained Machine learning models on Sagemaker. I have trained and deployed a recurrent neural network performing sentiment analysis on movie reviews using Pytorch on AWS sagemaker. Created one API service to get the prediction from the deployed model using AWS Lambda Function and then can display the outcomes on a web App.
This project is divided in the following key sections:
- Train the LSTM model on the Sagemaker Notebook and store it as a model.
- Deploy the stored model on Sagemaker and create an endpoint to call the service.
- Create on API using AWS Lambda function and handle the prediction request coming from the web-app and get the prediction from the deployed ML model endpoint.
- Udacity for providing an amazing Deep Learning Nanodegree Program