Baselight

Emoticon Dataset

Memoji dataset for classification

@kaggle.kartikeyarana_emoticon_dataset

Loading...
Loading...

About this Dataset

Emoticon Dataset

Context

Can your chatbot understand the emoticons or does it understands only text? Wouldn't it be fun and interesting if your chatbot understands your emoticons and your mood?

Content

The dataset contains 6 different types of emoticons. Each image is labeled with an emoticon number.

0 - Laughing
1 - Love
2 - Mind-blown
3 - Sleepy
4 - Amazed
5 - Sad

Acknowledgements

I generated this dataset manually from Apple Memojis. I created different memojis and took the screenshot. Afterward, I cropped those emotions.

Inspiration

How can we make a conversation with a bot more interesting and fun?

Tables

Test Labels

@kaggle.kartikeyarana_emoticon_dataset.test_labels
  • 2.42 KB
  • 41 rows
  • 2 columns
Loading...

CREATE TABLE test_labels (
  "emotion_0_png" VARCHAR,
  "n_0" BIGINT
);

Labels

@kaggle.kartikeyarana_emoticon_dataset.labels
  • 5.45 KB
  • 539 rows
  • 2 columns
Loading...

CREATE TABLE labels (
  "emotion_0_png" VARCHAR,
  "n_0" BIGINT
);

Share link

Anyone who has the link will be able to view this.