Skip to content

Designed a web app, using AWS Lambda and API Gateway, that performs sentiment analysis on the user's movie reviews. An LSTM model evaluates the user's review by determining where it is positive or negative.

Notifications You must be signed in to change notification settings

Morgan-Sell/movie-review-web-app

Repository files navigation

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

About

Designed a web app, using AWS Lambda and API Gateway, that performs sentiment analysis on the user's movie reviews. An LSTM model evaluates the user's review by determining where it is positive or negative.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published