Based on https://www.kaggle.com/drscarlat/imdb-sentiment-analysis-keras-and-tensorflow and the book Deep Learning with Python by Francois Chollet
Train the model using
python train.py
Run the Flask Server using
python server.py
Deploy model using kubectl
kubectl apply -f deployment.yml
MIT
Free Software, Hell Yeah!