Sentiment Analysis Web Model
In this project, I have constructed a recurrent neural network to determine the sentiment of a movie review using the IMDB data set. I have created this model using Amazon's SageMaker service. Also, I have deployed my model and
constructed a simple web app which will interact with the deployed model. The prediction model is implemented in PyTorch and deployed to AWS SageMaker. To serve it on a web page, I call the SageMaker model from a AWS Lambda
service, which can be accessed via API Gateway.