Skip to content

Python/Tensorflow code for training/inference of an AI model (GAN) capable of generating emojis.

Notifications You must be signed in to change notification settings

PhiltasticGuy/gan-emojis

Repository files navigation

GAN Emojis

Models

Training Timelapse

Training Timelapse

Generated Samples

emojis_e068_r4 emojis_e079_r4 emojis_e097_r4 emojis_training_e005_r5

Machine Setup

Python Packages

  • Keras
    • pip install keras
  • TensorFlow
    • pip install tensorflow
  • TensorFlow GPU
    • pip install --user --ignore-installed --upgrade tensorflow-gpu
  • Scrapy
    • pip install scrapy
  • Pydot
    • pip install pydot
  • Matplotlib
    • pip install matplotlib
  • Numpy
    • pip install numpy
  • OpenCV (unused...)
    • pip install opencv-python

Install GraphViz (required for matplotlib)

  • choco install graphviz
  • pip install graphviz (???)

Install CUDA

About

Python/Tensorflow code for training/inference of an AI model (GAN) capable of generating emojis.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published