In this project I have created the Reddit Roastme data based model that generate roasts given the input image using Deep Learning
We trained reddits posts images along with top 10 comments correspond to it.
For image part we used VGG
CNN-model to extract image features & for text part we used LSTM
we combined these both neural network with Keras Functional Api
I've also written a whole medium post of making this project
Libraries & packages used here:
- Keras Deep learning Framework
- Reddit Api
- Python
We gone with keras functional api because we have to deal with image & text data and added them
for this approach the neural network we used is this
we combined title text and image as a input
for that we used this neural network