Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 3 months ago
JSON representation

Font latent space explorer using tensorflow.js

Awesome Lists containing this project

README

        

# Font Latent Space Explorer

![Screenshot of the explorer](https://raw.githubusercontent.com/pair-code/font-explorer/master/img/font-explorer.png)

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.