Edit model card

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:

  1. 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

  1. go to emoji_suggester
    cd Emoji_Suggester
    

Then the run the follwing script

  1. from util import predict

  2. message = "I'm so happy today!" suggested_emojis = predict(message) print(suggested_emojis)

Downloads last month
0
Unable to determine this model’s pipeline type. Check the docs .