/font-explorer

Font latent space explorer using tensorflow.js

Primary LanguageVueApache License 2.0Apache-2.0

Font Latent Space Explorer

Screenshot of the explorer

This repository contains the code for the font latent space explorer website used in the Distil.pub post "Using Artificial Intelligence to Augment Human Intelligence".

Building

This project builds using yarn.

  1. yarn
  2. yarn build

The build output can then be found in the dist directory.

Acknowledgements

This explorer was based off of the blog post "Analyzing 50k fonts using deep neural networks" by Erik Bernhardsson.

Thanks to Shan Carter for the visual design work and vue.js implementation.