This repository contains a Python file with the code to get image captioning. The Python library that we use is Keras and TensorFlow. The programming language that we use is Python.
This repository has the following files:
- pictures/
- Practica_Deep_Learning.docx
- Deep_Learning_KC.ipynb
- README.md
I worked in Google Colaboratory because you need GPUs to process the images.
The file pictures/ contains all pictures that we are using as example in image captioning.
The pictures are:
- 11293289843_831b538448_o.jpg
- example.jpg
- example_reducida.jpg
This file contains the objective of the practice of Image captioning
This Python file contains the Python code to get Image captioning.
We will experiment with various CNN networks and RNN networks. We are using the following networks:
-
CNN:
- VGG
- ResNet
-
RNN:
- LSTM
- GRU