Skip to content

ssssssssssss/fashion-generator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Fashion Generator

Live version of this repo - Fashion GAN Online

GAN model trained in Tensorflow and then ported to browsers using GPU-accelarated framework deeplearn.js

You can repeat the whole experiment in 3 steps:

  • Run train.​py to get ./weights folder
  • Build generator.ts
  • Run node server and open index.html
  • You are awesome!
./model contents:
  • train.​py - creates and trains the model, saves generator weights
  • GAN.​py - model definition (originated from this repo)
  • yellowfin.​py - powerful custom TF optimizer, original repo. Not really required, just a nice thing.
  • ops.​py and utils.​py - simplified TF operations and other utility functions
./browser contents:
  • generator.ts - downloads weights and defines generator model
  • index.html - simple wrapper
  • other configs

About

In-browser GPU-accelerated Generative Adversarial Network trained on Fashion-MNIST dataset (tensorflow + deeplearn.js)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 67.2%
  • TypeScript 14.3%
  • JavaScript 11.5%
  • HTML 7.0%