Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/philtasticguy/gan-emojis

Python/Tensorflow code for training/inference of an AI model (GAN) capable of generating emojis.
https://github.com/philtasticguy/gan-emojis

artificial-intelligence emoji gan keras machine-learning python tensorflow

Last synced: 10 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# GAN Emojis

## Models

### Training Timelapse

![Training Timelapse](assets/training-timelapse.gif)

### Generated Samples

![emojis_e068_r4](assets/emojis_e068_r4.png)
![emojis_e079_r4](assets/emojis_e079_r4.png)
![emojis_e097_r4](assets/emojis_e097_r4.png)
![emojis_training_e005_r5](assets/emojis_training_e005_r5.png)

## 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

*
* D:\sources\tools\CUDA\v11.2
* D:\sources\tools\CUDA Samples\v11.2
*
* Copy the 3 folders in the ZIP archive into CUDA install folder:
* D:\sources\tools\CUDA\v11.2
*
* pip install --user --ignore-installed --upgrade tensorflow-gpu
* [StackOverflow - Could not load dynamic library 'cusolver64_10.dll'; dlerror: cusolver64_10.dll not found](https://stackoverflow.com/questions/65608713/tensorflow-gpu-could-not-load-dynamic-library-cusolver64-10-dll-dlerror-cuso)
*