Remark : This repo also contains the code for Training a Sentiment Analysis Model On The IMDB Movie Reviews Dataset.
- contains the HTML code for the web-app.
- contains the CSS code for the web-app.
- contains the code to build a Docker image.
- contains the DockerFile.
- contains the code to get the versions of all the required packages.
- contains the exact package versions used for this project.
- is the trained Keras Model saved as a .h5 File.
- contains the code to run the Docker Container.
- contains the code for training the Keras model.
- contains the code for deploying the model as a Flask web app.
To containerize the app and run it using Docker, use :
bash build_docker.sh
bash run_docker.sh
and visit the following link on your web browser : http://192.168.99.100:5001/
To deploy as a web app using Flask, use :
python web_app_predict.py
and visit the following link on your web browser : http://127.0.0.1:5001/
For any query/feedback, please contact:
Lakshay Mehra: [email protected]