Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 1.06 KB

README.md

File metadata and controls

22 lines (11 loc) · 1.06 KB

Movie Review Sentiment Analysis

What sentiment does your critique project?

Thank You

Usage

The user of this applications writes his/her review into the text box then select "Submit". A trained long short term memory (LSTM) model inform the user whether the sentiment of his/her critique is positive or negative. The image below is an example the application's response to a user's commentary of "Motherless Brooklyn."

Web App

The application is deployed using AWS API Gateway, Lambda, and SageMaker.

AWS Workflow

API Gateway provides the endpoint that receives the data provided by the user. Before being submitted to the LSTM model, the text is processed -

Model Design

The LSTM model was trained on 25,000 IMBd reviews, which were evently balanced positive and negative. The