--- 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](#installation) - [Usage](#usage) - [Contributing](#contributing) - [License](#license) - [Contact](#contact) ## Installation To install Emoji Suggester, follow these steps: 1. Clone the repository: ```bash 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 ```bash cd Emoji_Suggester Then the run the follwing script 2. from util import predict 3. message = "I'm so happy today!" suggested_emojis = predict(message) print(suggested_emojis)