This Repository Contains code for image captioning. The code uses TensorFlow Hub mobilenet module for image features. These features are given as hidden state input to the LSTM Cells. The code here is inspired by @hvass-labs TensorFlow tutorials. But is changed a little for experimentation.
Image Caption using mobilenet v1 |
Note: This picture was made by editing @hvass-labs TensorFlow tutorials Image captioning image.
- PIL
- TensorFlow
- TensorFlow-Hub
- NumPy
- Matplotlib