In this project, I have built a Sentiment Analysis RNN Model using Pytorch on IMDB's movies dataset and deployed the model as a simple web app using AWS Sagemaker. A user can submit his/her review as text and get instant feedback on the sentiment of the review. Below is an image of the data flow from App to Model and back.
This project is carried out on AWS Sagemaker. You will need to have an account on AWS to replicate this project.
- Clone this repository
git clone https://github.com/ObinnaIheanachor/Deploy-a-Sentiment-Analysis-Model-using-AWS-Sagemaker.git
- Open the Project notebook and follow the instructions.
The contents of this repository are covered under the MIT License