The app uses the combination of CNNs and LSTMs to generates a caption based on the provided image.
Download the repo, create a new python environment and install the requirments.txt
conda create -n image_caption python==3.8.13
conda activate image_caption
pip install -r requirements.txt
Run the app.py file
python app.py