Skip to content

benphamroodman/Emoji-Generator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Emoji Generator

Project Overview

Emojis are a critical component of modern communication, within and across all cultures. Emojis can serve as words, mood modifiers, or social cues. The assignment of emojis is not just descriptive, but prescriptive: Some emojis are designed to meet a language need, but others are generated without a specific need in mind and then the social organism of humanity invents a meaning. Consider the eggplant, the peach, the watermelon, the chair and more.

Do we need more emojis? ‘Need’ might be a strong word. But who knows what new cultural phenomenon can be birthed from the living organism of the internet, with a kernel of inspiration from our Wasserstein Generative Adversarial Network for emoji generation?

Built for National Taiwan University's AI course, voted best project.

Requirements

To install pilmoji:

  1. conda create -n emojis python=3.8 pip jupyter
  2. conda activate emojis
  3. pip install pillow emoji==1.7.0 pilmoji
  4. pip install numpy pandas matplotlib
  5. CPU version: pip install torch torchvision torchaudio
  6. GPU version: pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121

About

WGAN for emoji 48x48 pixel emoji generation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%