Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 806 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 806 Bytes

Image-to-Caption Generator using TensorFlow

This project is an implementation of an Image-to-Caption Generator using TensorFlow. It allows you to generate textual captions for images using a pre-trained deep learning model. This README will guide you through the setup, usage, and customization of the Image-to-Caption Generator.

Table of Contents

Requirements

Before you begin, ensure you have met the following requirements:

  • Python 3.7 or higher
  • TensorFlow 2.0 or higher
  • Numpy
  • Pre-trained image captioning model (optional, you can train your own as well)
  • GPU (recommended for faster training and inference)