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".
This project builds using yarn.
- yarn
- yarn build
The build output can then be found in the dist
directory.
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.