Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 885 Bytes

README.md

File metadata and controls

32 lines (26 loc) · 885 Bytes

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!