https://github.com/pair-code/font-explorer
Font latent space explorer using tensorflow.js
https://github.com/pair-code/font-explorer
deep-learning tensorflow visualization
Last synced: 7 months ago
JSON representation
Font latent space explorer using tensorflow.js
- Host: GitHub
- URL: https://github.com/pair-code/font-explorer
- Owner: PAIR-code
- License: apache-2.0
- Created: 2018-05-22T13:54:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-06-24T11:45:44.000Z (8 months ago)
- Last Synced: 2025-07-27T06:01:27.741Z (7 months ago)
- Topics: deep-learning, tensorflow, visualization
- Language: Vue
- Homepage: https://pair-code.github.io/font-explorer
- Size: 1.76 MB
- Stars: 34
- Watchers: 3
- Forks: 5
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Font Latent Space 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"](https://distill.pub/2017/aia/).
## Building
This project builds using [yarn](https://yarnpkg.com/en/docs/install).
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"](https://erikbern.com/2016/01/21/analyzing-50k-fonts-using-deep-neural-networks.html)
by [Erik Bernhardsson](https://twitter.com/fulhack).
Thanks to [Shan Carter](https://twitter.com/shancarter) for the visual design work and
[vue.js](https://vuejs.org) implementation.