Skip to content

iamkarankansal/Image_Caption_Generator_using_Deep_Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an image to caption generator deep learning model.

Uses both NLP + Computer Vision.

Model used: DenseNet201(Pretrained CNN model for image processing) + LSTM(For captions).

image

How to run it:

1. Clone this repository.

2. Install the requirements.

pip install -r requirements.txt

3. Run the streamlit app.

streamlit run main.py

Note: Use python version<=3.11 (For tensorflow compatibility).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors