Text2Meme is a Meme Classification Experiment based on Caption Text (Implemented as a Discord Bot)
I made a meme classification model based on the memes caption text. I implemented this into a discord bot to let people openly use it and expand the training sets. Currently, the model is not learning automattically. That'll be for future works.
ImgFlip-Scraped Memes Caption Dataset
You can freely use the dataset provided in Kaggle. It might not be regularly maintaned, but I also provide a script in dataset/
that scrapes ImgFlip for more data.
You can try the bot in your discord server. Although it might not have a 100% uptime.
Linux : You can run the bot yourself. Simply clone this repository, then enter the following command:
$ cd text2meme
$ chmod +x deploy.sh
$ ./deploy.sh
Windows or Mac : You also can run the script in Windows or Mac. Simpy just build and start the Dockerfile.
- Abhishta Gatya Feel free to contribute anything, this project is open.