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:
- Download the docker-compose.yml from this repo and run it in CLI using docker-compose up.
- Then access the app from the browser by visiting 127.0.0.1:5002.