Dataset Viewer
Auto-converted to Parquet Duplicate
id
stringlengths
4
21
file
imagewidth (px)
50
1.4k
file_name
stringlengths
8
26
animated
bool
2 classes
i_can_has_cheezburger
I-can-has-cheezburger.webp
false
ceiling_cat
ceiling-cat.png
false
dead_cat
dead-cat.gif
true
keyboard_cat
keyboard-cat.jpg
false
invisible_sandwitch
invisible-sandwitch.jpg
false
gato_cat
gato-cat.gif
true
nyan_cat
Nyan-cat.png
false
king_cat
king-cat.jpeg
false
sad_cat
sad-cat.png
false
kiss_cat
kiss-cat.gif
true
crying_cat
crying-cat.webp
false
maxwell_the_cat
maxwell-the-cat.webp
false
smudge_cat
smudge-cat.jpg
false
popcat
popcat.gif
true
lolcats
lolcats.webp
false
screaming_cat
screaming-cat.jpg
false
cursed_cat
cursed-cat.jpg
false
lime_cat
lime-cat.webp
false
annoyed_cat
annoyed-cat.png
false
ree_cat
ree-cat.gif
true
cats_and_cucumbers
cats-and-cucumbers.jpg
false
pat_cat
pat_cat.png
false
bingus
bingus.webp
false
shocked_cat
shocked-cat.png
false
polite_cat
polite-cat.webp
false
caturday_another
caturday-another.jpg
false
happy_happy_happy
happy-happy-happy.gif
true
yelling_cat
yelling-cat.webp
false
chemistry_cat
chemistry-cat.jpg
false
smug_cat
smug-cat.jpg
false
vibing_cat
vibing-cat.gif
true
lil_bub
lil-bub.jpg
false
huh_cat
huh-cat.gif
true
grumpy_cat
grumpy-cat.webp
false
chipi_chipi_cat
chipi-chipi-cat.webp
false
nedm
NEDM.jpg
false
hehe_cat
hehe-cat.png
false
silly_cat
silly-cat.jpg
false
laser_cat
laser-cat.gif
true
caturday
caturday.jpg
false
serious_cat
serious-cat.jpg
false
smile_cat
smile-cat.jpg
false
two_talking_cats
two-talking-cats.jpg
false
ohrenaugenkatze
ohrenaugenkatze.jpg
false
side_eye_cat
side-eye-cat.jpg
false
jump_cat
jump-cat.jpg
false
crunchy_cat
crunchy-cat.jpg
false
oh_long_johnson
oh-long-johnson.gif
true
crying_cat_another
crying-cat-another.webp
false
monorail_cat
monorail-cat.webp
false
cat_eating_chips
cat-eating-chips.gif
true
maxwell_the_cat
maxwell-the-cat.jpg
false
invisible_bike
invisible-bike.webp
false
longcat
longcat.jpg
false
business_cat
business-cat.webp
false

Cat Memes Dataset

A collection of famous cat memes and their metadata.

Dataset Description

This dataset contains various cat memes with their associated metadata including:

  • Image files
  • Meme IDs
  • Animation status (GIF vs static images)

Dataset Structure

  • id: Unique identifier for each meme
  • file: The image file
  • file_name: Original filename
  • animated: Boolean indicating if the image is animated (GIF)

Usage

from datasets import load_dataset

# Load the dataset
dataset = load_dataset("pielet/cat-memes", split="train")

# Access an image
sample = dataset[0]
image = sample['file']
print(f"Meme ID: {sample['id']}")
print(f"Animated: {sample['animated']}")

Citation

If you use this dataset, please cite:

@dataset{cat_memes_2025,
  title={Cat Memes Dataset},
  author={pielet},
  year={2025},
  url={https://huggingface.co/datasets/pielet/cat-memes}
}
Downloads last month
9