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.
Feel free to submit any pull request, big or small. I love getting them.
You'll need Keras installed.
cd python
mkdir output
python predict.py
64 shoes will be generated in output/
.
You'll need Tensorflow installed.
cd node
mkdir output
npm install
npm run test
64 shoes will be generated in output/
.
Only tested on Chrome. Takes a while, since Tensorflow.js in the browser is limited to CPU only. Try me!