Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.51 KB

File metadata and controls

27 lines (17 loc) · 1.51 KB

Meme Saheb

Build Status

"When your friends don't think you're funny enough, so you train AI to write your captions for you."

Meme Saheb is a fast.ai powered project to generate original meme captions for a specific meme template. This is done via deep learning using architectures specialized for use in natural language processing and computer vision.

  • Independent and extensive dataset
  • Easy to set up
  • Very efficient
  • Short training time
  • You don't have to be funny if you can get AI to be that for you?

Notebooks

  • Use this colab to scrape the dataset into your google drive
  • This notebook contains the code to train the resnet, build an LSTM from scratch, and generate original meme captions.

You can also directly contact me - Rumanu via my socials

This project was first developed with Abhijeet and Swatantra.

It was originally inspired by Lawrence's work with Dank Learning as part of CS 224N