Skip to content

Mapping Hollywood Celebrities to Emojis based on their Movie Names ๐Ÿ˜

Notifications You must be signed in to change notification settings

mubaris/filmoji

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

11 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Filmoji

Filmoji


Mapping Hollywood Celebrities to Emojis based on their Movie Names ๐Ÿ˜

Visit it here

Method

Started with collecting 100 Hollywood celebrities and their movies. All the movie names then converted to word vectors using word2vec(Google News 2014). For each movie, a dictionary of emojis is generated with similarity. Similarity is calculated using cosine similar with the help of vector representation of emojis (emoji2vec). Then for each actor, all of the dictionaries are merged together with the summation of similarity scores. From this combined dictionary, top 10 emojis are selected and visualized.

-> Since some movie names do not exist in English vocabulary, they couldn't be considered to generate the emojis.

Libraries Used

  • Pandas ๐Ÿผ
  • Gensim ๐ŸŽ
  • NumPy ๐Ÿ”ข
  • SciPy ๐Ÿ‘พ
  • num2words ๐Ÿ”ก
  • imdb ๐ŸŽฅ

Special Thanks

Special Thanks to @PableraShow for the amazing table template

About

Mapping Hollywood Celebrities to Emojis based on their Movie Names ๐Ÿ˜

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published