Skip to content

Latest commit

 

History

History
49 lines (26 loc) · 1.51 KB

File metadata and controls

49 lines (26 loc) · 1.51 KB

RoastMe_BOT

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

1st approach

for this approach the neural network we used is this

Here are some of the results

2nd approach

we combined title text and image as a input

for that we used this neural network

results for 2nd approach