An open API service indexing awesome lists of open source software.

https://github.com/yanukadeneth99/image-captioning-dl

Creating an image captioning model using tensorflow.
https://github.com/yanukadeneth99/image-captioning-dl

image-captioning tensorflow

Last synced: 3 months ago
JSON representation

Creating an image captioning model using tensorflow.

Awesome Lists containing this project

README

        

# 🧑‍🎨 Image Captioning Model

This project contains a tensorflow Jupyter Notebook project that you can use to build a Neural Network for Image Captioning.

## 🤔 How does it work?

You can download the project and run it on [Google Colab](https://colab.research.google.com/), easily with run buttons and it would work.

## 🔋 Stats

### 📊 BLEU Score

![BLEU_Score](https://i.imgur.com/ihhyMx8.png)

### đŸĒŠ Example Image Captioning

![ImageCap](https://i.imgur.com/Mn93pyj.png)

## 🧰 Resources

- [VGG16 → from scratch using Transfer Learning with Keras and TensorFlow 2](https://narenltk.medium.com/vgg16-from-scratch-using-transfer-learning-with-keras-and-tensorflow-ffee5ae460fb)
- [Image Caption Generator using Python | Flickr Dataset | Deep Learning Tutorial](https://www.hackersrealm.net/post/image-caption-generator-using-python)