Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- 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 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-26T03:15:19.000Z (8 months ago)
- Last Synced: 2024-04-28T00:34:58.397Z (7 months ago)
- Topics: deep-learning, tensorflow, visualization
- Language: Vue
- Homepage: https://pair-code.github.io/font-explorer
- Size: 1.57 MB
- Stars: 32
- Watchers: 4
- Forks: 5
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 buildThe 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.