This project is a part of Udacity Deep Learning Nanodegree Program.
The goal of this project is to have a simple web page in which a user enter a movie review. The web page will then send the review to the deployed model which will predict the sentiment of the given review.
- Python (version 3.6.3)
- Pytorch (version 0.4.0)
- Amazon SageMaker Notebook Instance
- Download or otherwise retrieve the data.
- Process / Prepare the data.
- Upload the processed data to S3.
- Train a chosen model.
- Test the trained model.
- Deploy the trained model.
- Use the deployed model.