eskimm / sneaker-generator

πŸ‘Ÿ DCGAN that generates shoes

Home Page:https://micah5.github.io/sneaker-generator/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sneaker-generator

DCGAN that generates sneakers. Built using keras (with tensorflow backend).

Also, I've now ported across the prediction function to Tensorflow.js, and you can try it out in the browser here, or via Node.js here.

examples

Feel free to submit any pull request, big or small. I love getting them.

How to generate sneakers

Python

You'll need Keras installed.

cd python
mkdir output
python predict.py

64 shoes will be generated in output/.

Node.js

You'll need Tensorflow installed.

cd node
mkdir output
npm install
npm run test

64 shoes will be generated in output/.

Browser

Only tested on Chrome. Takes a while, since Tensorflow.js in the browser is limited to CPU only. Try me!

About

πŸ‘Ÿ DCGAN that generates shoes

https://micah5.github.io/sneaker-generator/


Languages

Language:Python 51.0%Language:HTML 41.9%Language:JavaScript 7.1%