metadata
language:
- en
library_name: spacy
Emoji Suggester
Emoji Suggester is a tool designed to recommend relevant emojis based on incoming messages from social media apps, enhancing expressiveness and engagement in your conversations. The suggestions are powered by a model trained on a dataset of Twitter messages.
Table of Contents
Installation
To install Emoji Suggester, follow these steps:
- Clone the repository:
git clone https://huggingface.co/Rudra360/Emoji_Suggester or ```bash git clone git@huggingface.co:Rudra360/Emoji_Suggester.git
Usage
Change the Directory
- go to emoji_suggester
cd Emoji_Suggester
Then the run the follwing script
from util import predict
message = "I'm so happy today!" suggested_emojis = predict(message) print(suggested_emojis)