karomamczi / deploying-a-sentiment-analysis-model

Construction of a recurrent neural network for the purpose of determining the sentiment of a movie review using the IMDB data set. Creating model using Amazon's SageMaker service. Deploying model and constructing a simple web app which will interact with the deployed model.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SageMaker Deployment Project

The notebook and Python files provided here, once completed, result in a simple web app which interacts with a deployed recurrent neural network performing sentiment analysis on movie reviews. This project assumes some familiarity with SageMaker, the mini-project, Sentiment Analysis using XGBoost, should provide enough background.

Please see the README in the root directory for instructions on setting up a SageMaker notebook and downloading the project files (as well as the other notebooks).

About

Construction of a recurrent neural network for the purpose of determining the sentiment of a movie review using the IMDB data set. Creating model using Amazon's SageMaker service. Deploying model and constructing a simple web app which will interact with the deployed model.

License:MIT License


Languages

Language:HTML 72.3%Language:Jupyter Notebook 25.6%Language:Python 2.1%