Tensorboard Embedding Projector can load external data from gist.
Call them with your own config like this http://projector.tensorflow.org/?config=https://gist.githubusercontent.com/korakot/c480edd1fcf7e02c49ccddbf5ac43fb9/raw/21bcc93899e0a3db334e4d04b7f6ef7d6c2b09c8/config.json
- tensorPath: numerical data without column name, in bytes or tsv format
- metadataPath: labels or field columns. If it's just 1 column, assume it to be label and don't need the first line.
More details from announcment, how-to, video, or paper
Thanks for this gist! Wondering if it's possible to load an image sprite within the config.json file as well?