Skip to content

melvin-02/Image-Captioning-Project

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published