Saved searches

Use saved searches to filter your results more quickly

Cancel Create saved search Sign up Reseting focus

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

The Image to Caption Generator is a powerful deep learning model that can generate descriptive captions for a given input image. This repository contains the code and resources needed to train, fine-tune, and deploy the image captioning model. It utilizes a convolutional neural network (CNN)

Notifications You must be signed in to change notification settings

Ravisxcr/Image-caption-generator

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Go to file

Folders and files

Last commit message Last commit date

Latest commit

History

View all files

Repository files navigation

Image to Caption Generator

The Image to Caption Generator is a powerful deep learning model that can generate descriptive captions for a given input image. This repository contains the code and resources needed to train, fine-tune, and deploy the image captioning model. It utilizes a convolutional neural network (CNN) to extract features from the input image and feeds those features to a recurrent neural network (RNN) to generate the caption. The model is trained on a large dataset of images paired with corresponding captions.

Features

Installation

To set up the Image to Caption Generator, follow these steps:

    Clone this repository:

git clone https://github.com/Ravisxcr/Image-caption-generator.git
pip install -r requirements.txt

About

The Image to Caption Generator is a powerful deep learning model that can generate descriptive captions for a given input image. This repository contains the code and resources needed to train, fine-tune, and deploy the image captioning model. It utilizes a convolutional neural network (CNN)