Skip to content

Flask app that predicts the sentiment of a customer review using LSTM model.

Notifications You must be signed in to change notification settings

ksv-muralidhar/sentiment_analysis_lstm

Repository files navigation

Customer review sentiment predictor built in Python using deep learning (LSTM).

  • API and app are deployed as Docker images to Docker Hub.
  • To use the app:
    1. Download the docker-compose.yml from this repo and run it in CLI using docker-compose up.
    2. Then access the app from the browser by visiting 127.0.0.1:5002.

About

Flask app that predicts the sentiment of a customer review using LSTM model.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published