Skip to content

Shivampanwar/Emojify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Emojify

Generates an emoji corresponding to given input sentence. Also shows how we can use word vectors to find analogies.

Getting Started

Download data from https://www.kaggle.com/rtatman/glove-global-vectors-for-word-representation and extract 50 dimensional word embeddings and keep in the root folder of your project.

Prerequisites

keras and basic Python libraries. To install emoji, use sudo pip install emoji --upgrade

Running the tests

Run Emojify text.ipynb to see results. Main data(csv files) are inside data folder.

Result

Given some input sentences and their corresponding emojis

image

Releases

No releases published

Packages

 
 
 

Contributors