Skip to content

In this project I have created the Reddit Roastme data based model that generate roasts given the input image using Deep Learning

Notifications You must be signed in to change notification settings

saurabh241930/Generating-comments-on-reddit-posts-using-Deep-Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

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

About

In this project I have created the Reddit Roastme data based model that generate roasts given the input image using Deep Learning

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published