This project is based on Image captioning using Tensorflow Keras and deploying it on a simple webapp. In order to run this file, you will have to download the code to your system:
- Run the jupyter notebook file first. It will take some time as the model requires high power hardware.
- Once you have the model weights, run the FinalImagePred.py file. app.py file is your flask backend and index file is basically your html web app.
- Open cmd and navigate to your directory, run app.py. Open your browser, run localhost and voila! you have the web app up and running.