Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 1.2 KB

README.md

File metadata and controls

25 lines (21 loc) · 1.2 KB

Image-Captioning-Project

The app uses the combination of CNNs and LSTMs to generates a caption based on the provided image.

Working

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

Examples

TestImage_1
TestImage_2
TestImage_3
TestImage_4
TestImage_5
TestImage_6
TestImage_7