StyledFontGAN. Generate a complete alphabet from a single letter using AI.

github.com/joshpc/StyledFontGAN

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

April 2020
  • Removes old notes
  • Updates README
  • Updates results with the proper l1 loss + adversarial
  • Updates playground to use l1 + adversarial loss
  • Cleans up the playground a little
  • Updates README with better references
  • Updates README
  • Attempts with larger batch sizes and dimensions
  • Uploads results
  • Updated the Playground to show results a little better
  • Additional refactors
  • Fixes issue in Playground that caused errors between different runs o…
  • Uses L1 loss for generator, and normal wgan style discriminator
  • Refactors training and loss
  • Adds second training method (generator only, with L1 loss) as a simpl…
  • Adds additional CONV layers and more hyperparameters to tweak
  • Merge pull request #1 from joshpc/add-skeleton
  • Adds environment and loss visualization framework
March 2020
  • Generate data and pass it through a discriminator
  • Adds a simple Conv layer (1 -> N) channels to make the model work