Emoticon Dataset
Memoji dataset for classification
@kaggle.kartikeyarana_emoticon_dataset
Memoji dataset for classification
@kaggle.kartikeyarana_emoticon_dataset
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?
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
I generated this dataset manually from Apple Memojis. I created different memojis and took the screenshot. Afterward, I cropped those emotions.
How can we make a conversation with a bot more interesting and fun?
CREATE TABLE labels (
"emotion_0_png" VARCHAR,
"n_0" BIGINT -- 0
);
CREATE TABLE test_labels (
"emotion_0_png" VARCHAR,
"n_0" BIGINT -- 0
);
Anyone who has the link will be able to view this.